Skip to content

Instantly share code, notes, and snippets.

@siburu
Created December 10, 2015 10:13
Show Gist options
  • Save siburu/f62ba5d2ff48a7f264e6 to your computer and use it in GitHub Desktop.
Save siburu/f62ba5d2ff48a7f264e6 to your computer and use it in GitHub Desktop.
You can rename packages and omit package names.
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