Created
December 10, 2015 10:13
-
-
Save siburu/f62ba5d2ff48a7f264e6 to your computer and use it in GitHub Desktop.
You can rename packages and omit package names.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
. "fmt" | |
log4j "log" | |
) | |
func main() { | |
Printf("Hello, %s.\n", "today") | |
log4j.Println("Printing a log.") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment