aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphiltay <philtay@users.noreply.github.com>2019-05-31 22:17:12 +0200
committerBrett Vickers <beevik@users.noreply.github.com>2019-05-31 13:17:12 -0700
commitef86ce21ad3077a354d9a3447aa2e2d02cea3410 (patch)
treea6c759de8ab38e48f72279f0e07a995cc922bced
parent4ec130554028d83ef14920b2661effbf0ee275e3 (diff)
downloadgo-etree-ef86ce21ad3077a354d9a3447aa2e2d02cea3410.tar.gz
Support Go modules (#75)
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..2a269fa
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/beevik/etree
+
+go 1.12