Skip to content

Instantly share code, notes, and snippets.

@kaneshin
Created January 15, 2016 07:58
Show Gist options
  • Save kaneshin/b0c08da582541b65cfb4 to your computer and use it in GitHub Desktop.
Save kaneshin/b0c08da582541b65cfb4 to your computer and use it in GitHub Desktop.
package main
import (
"fmt"
_ "./hello1"
_ "./hello3"
_ "./hello2"
)
func init() {
fmt.Println("main")
}
func main() {
fmt.Println("main")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment