Comment on Go: a nice language with an annoying personalityparentComments−enneff13yOr you can just declare an anonymous global variable: var _ = fmt.Println Now the fmt package is always in use. No more import issues.
Comments
Or you can just declare an anonymous global variable:
Now the fmt package is always in use. No more import issues.