Skip to content

Instantly share code, notes, and snippets.

@grokify
Last active June 7, 2018 19:43
Show Gist options
  • Save grokify/b383655ed84990e1ddb6bab7cf519228 to your computer and use it in GitHub Desktop.
Save grokify/b383655ed84990e1ddb6bab7cf519228 to your computer and use it in GitHub Desktop.
Multi-file Test Gist
package main
import(
"fmt"
)
func main() {
fmt.Println("DONE")
}
<!DOCTYPE html>
<html>
<body>
<h1>Title</h1>
</body>
</html>
This is a test file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment