package init var ( s string ) func init() { s = "hello" } func main() { }