diff options
| author | Jeff Carr <[email protected]> | 2024-12-11 13:59:35 -0600 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-11 13:59:35 -0600 | 
| commit | 0d60e6bdcbd3eccad08ef0dc17fc4b1e73d1cd71 (patch) | |
| tree | df2eeff4f6fbacff5be40dca9084e393d3d23471 | |
| parent | 52bae09613770a0151fd2b7476470c2f0edd936d (diff) | |
example to override default go path for 'go mod init'v0.0.6
| -rw-r--r-- | fyne.go | 3 | 
1 files changed, 3 insertions, 0 deletions
@@ -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`  | 
