Skip to content

Instantly share code, notes, and snippets.

@Bachmann1234
Created January 16, 2015 02:45
Show Gist options
  • Select an option

  • Save Bachmann1234/d13a43a7b63a5bcdadce to your computer and use it in GitHub Desktop.

Select an option

Save Bachmann1234/d13a43a7b63a5bcdadce to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
defer fmt.Println("world")
fmt.Println("hello")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment