forked from joejulian/gio
ec34eb4919f01879b180418df5b0364bf47456b2
It's essentially a copy of go.mod, but with the gioui.org module replaed with the parent directory. Useful when wanting to try a change in the root module as part of a gogio invocation or end-to-end test, such as either of the following: $ cd cmd; go test -modfile=go.local.mod ./... $ cd cmd/gogio; go build -modfile=../go.local.mod Since go.sum can essentially be shared, and since it seems to work with the go tool, use a symlink. The way the -modfile flag works, if given foo.mod, it will use the sum file at foo.sum. The only caveat is that 'go mod tidy -modfile=go.mod.local' will try to remove gioui.org lines, since that module is replaced. So tidy shouldn't be used with -modfile. In the future, the only upkeep needed for go.local.mod is to update the external dependencies to mirror changes in go.mod. This is not automated nor checked by CI, but it could be in the future if it becomes repetitive or error-prone. Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Gio
Immediate mode GUI programs in Go for Android, iOS, macOS, Linux, FreeBSD, OpenBSD, Windows, and WebAssembly (experimental). See the project page gioui.org for documentation and more information.
Issues
File bugs and TODOs through the issue tracker or send an email to ~eliasnaur/gio@todo.sr.ht. For general discussion, use the mailing list: ~eliasnaur/gio@lists.sr.ht.
Contributing
Post discussion to the mailing list and patches to gio-patches. No Sourcehut account is required and you can post without being subscribed.
See the contribution guide for more details.
An unofficial GitHub mirror is kindly maintained by Larry Clapp.
Description
Languages
Go
89.6%
C
7%
Java
1.7%
Objective-C
1.6%