about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorMarkus Wüstenberg2020-09-13 22:50:19 +0200
committerMarkus Wüstenberg2020-09-13 22:50:19 +0200
commitfc3cc0f0f3a59bf4fe27a4e32dc2ef420b3fa2f8 (patch)
treef3f933970dccd06a347613d3663035c023ac0017 /go.mod
downloadgomponents-fc3cc0f0f3a59bf4fe27a4e32dc2ef420b3fa2f8.tar.lz
gomponents-fc3cc0f0f3a59bf4fe27a4e32dc2ef420b3fa2f8.tar.zst
gomponents-fc3cc0f0f3a59bf4fe27a4e32dc2ef420b3fa2f8.zip
Add first implementation of Node, El, Attr, Text
Diffstat (limited to 'go.mod')
-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..5a1df18
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module "github.com/maragudk/gomponents"
+
+go 1.15