goc/tests/samples/gomod_replace_library/bar.go

8 lines
66 B
Go
Raw Normal View History

2020-08-12 03:43:50 +00:00
package foo
import "fmt"
func Bar() {
fmt.Println("foo bar")
}