{"provider_name":"Hatena Blog","image_url":null,"published":"2016-04-05 01:10:27","version":"1.0","url":"https://ktktks.hateblo.jp/entry/2016/04/05/011027","blog_title":"WEB\u30a8\u30f3\u30b8\u30cb\u30a2\u6280\u8853\u5411\u4e0a\u30d6\u30ed\u30b0","width":"100%","title":"GO\u30eb\u30fc\u30c1\u30f3\u304a\u3055\u3089\u3044","blog_url":"https://ktktks.hateblo.jp/","categories":["GO"],"author_name":"kotakotaking","description":"\u57fa\u672c\u7684\u306aGO\u30eb\u30fc\u30c1\u30f3 sample.go package main import ( \"fmt\" \"time\" ) func main() { fmt.Println(1) go routine() fmt.Println(3) } func routine() { time.Sleep(1 * time.Second) fmt.Println(2) } \u5b9f\u884c\u7d50\u679c [vagrant@localhost 20160404]$ go run sample.go 1 3 main()\u304c\u7d42\u4e86\u3059\u308b\u3068\u5171\u306b\u7d42\u4e86\u3068\u306a\u308b\u3002 GO\u30eb\u30fc\u30c1\u30f3\u306e\u51e6\u7406\u3092\u6700\u5f8c\u307e\u3067\u5b9f\u884c\u3055\u305b\u308b\u70ba\u3001main\u5074\u3067\u51e6\u7406\u304c\u7d42\u308f\u3063\u305f\u4e8b\u306e\u901a\u77e5\u3092\u53d7\u3051\u53d6\u308b\u307e\u2026","type":"rich","height":"190","provider_url":"https://hatena.blog","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fktktks.hateblo.jp%2Fentry%2F2016%2F04%2F05%2F011027\" title=\"GO\u30eb\u30fc\u30c1\u30f3\u304a\u3055\u3089\u3044 - WEB\u30a8\u30f3\u30b8\u30cb\u30a2\u6280\u8853\u5411\u4e0a\u30d6\u30ed\u30b0\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","author_url":"https://blog.hatena.ne.jp/kotakotaking/"}