Skip to content

Instantly share code, notes, and snippets.

@sota1235
Created July 29, 2016 02:20
Show Gist options
  • Select an option

  • Save sota1235/b71e815544c3e52cf62dd58b6eb04381 to your computer and use it in GitHub Desktop.

Select an option

Save sota1235/b71e815544c3e52cf62dd58b6eb04381 to your computer and use it in GitHub Desktop.
package main
import (
"fmt"
log "github.com/Sirupsen/logrus"
)
func main() {
log.Fatal("hoge")
defer fmt.Println("Defer!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment