summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-11 13:59:35 -0600
committerJeff Carr <[email protected]>2024-12-11 13:59:35 -0600
commit0d60e6bdcbd3eccad08ef0dc17fc4b1e73d1cd71 (patch)
treedf2eeff4f6fbacff5be40dca9084e393d3d23471
parent52bae09613770a0151fd2b7476470c2f0edd936d (diff)
example to override default go path for 'go mod init'v0.0.6
-rw-r--r--fyne.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/fyne.go b/fyne.go
new file mode 100644
index 0000000..64a98dd
--- /dev/null
+++ b/fyne.go
@@ -0,0 +1,3 @@
+package main // import "go.wit.com/toolkits/fyne"
+// the above line overrides the default 'go mod init' to use whatever is here
+// `go-clean `go-get github.com/go-gl/glfw`