コード例 #1
0
ファイル: urinceptiontest.go プロジェクト: heroku/urinception
func init() {
	start.Do(func() {
		setAvailablePort()
		go web.Start(port)
	})
}
コード例 #2
0
ファイル: web.go プロジェクト: heroku/urinception
func main() {
	web.Start(os.Getenv("PORT"))
}