Last active
November 20, 2015 06:32
-
-
Save shawnohare/bc528b61820d6b7136c2 to your computer and use it in GitHub Desktop.
Hugo theme example for embedding a Gist
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 ( | |
| "log" | |
| ) | |
| func main() { | |
| log.Println("Hello world!") | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment