github.phpd.cn/thought-machine/please@v12.2.0+incompatible/test/go_rules/go_rules_test_lib.go (about) 1 // Intermediate library used in this test. 2 package parse 3 4 import "test/go_rules/test" 5 6 func GetAnswer() int { 7 return test.GetAnswer() 8 }