example to override default go path for 'go mod init'

This commit is contained in:
Jeff Carr 2024-12-11 13:59:35 -06:00
parent 52bae09613
commit 0d60e6bdcb
1 changed files with 3 additions and 0 deletions

3
fyne.go Normal file
View File

@ -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`