You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
z/go.work

20 lines
412 B
Plaintext

go 1.18
// Add relative paths to repos of things you don't want to `go get`
// every time. Always include . or example tests requiring full
// references to package imports will fail. Read go work -h for more.
// Packages upon which bonzai depends have been included for convenience
// but can be removed without worry by most.
use (
.
../bonzai
../fn
../fs
../json
../scan
../structs
../term
../to
)