github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/gnovm/tests/files/extern/toto/titi.gno (about) 1 package titi 2 3 import "github.com/gnolang/gno/_test/bar" 4 5 func Quux() string { 6 return quux.Quux() 7 }