package util import "testing" func TestInit(t *testing.T) { // init() is called automatically because of the package import // We just want to verify it doesn't panic and does something reasonable }