Created
April 5, 2015 19:04
-
-
Save yuya-takeyama/131c474a86fe169a07d3 to your computer and use it in GitHub Desktop.
Gist で Go のパッケージを公開するテスト
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 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