Skip to content

Instantly share code, notes, and snippets.

@yuya-takeyama
Created April 5, 2015 19:04
Show Gist options
  • Save yuya-takeyama/131c474a86fe169a07d3 to your computer and use it in GitHub Desktop.
Save yuya-takeyama/131c474a86fe169a07d3 to your computer and use it in GitHub Desktop.
Gist で Go のパッケージを公開するテスト
package gistpack
import "fmt"
func Gistpack() {
fmt.Println("This is a package served using Gist")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment