aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-02-25 18:11:31 -0500
committerSam Anthony <sam@samanthony.xyz>2026-02-25 18:11:31 -0500
commita89e2084d3c1a561d52749b033f783e5dcb6d7f7 (patch)
tree647a6a732470c84b1074b93bc829a6829127cfc6 /go.mod
parented00d80d15daf82492cace0e51cc5584f0aae736 (diff)
downloadgui-a89e2084d3c1a561d52749b033f783e5dcb6d7f7.zip
create modules for library and examples
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..45e85ab
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/faiface/gui
+
+go 1.25.5