/* just a test to see how building other parts of a package works */ package util import "fmt" // OtherFunc is a test :p func OtherFunc() { fmt.Println("hello from other func") }