【Go言語】 webapp GO Part1 【Golang】 [無断転載禁止]©2ch.net (609レス)
【Go言語】 webapp GO Part1 【Golang】 [無断転載禁止]©2ch.net http://medaka.5ch.net/test/read.cgi/php/1469591183/
上
下
前次
1-
新
通常表示
512バイト分割
レス栞
抽出解除
レス栞
13: nobodyさん [sage] 2016/08/01(月) 16:55:49.59 ID:??? 途中送信してしまった class Dog { Name string func Bark() string{ return "bow-wow" } } どうしてもこう書きたくなる type Dog struct{ Name strig } func (d *Dog) Bark() string{ return "bow-wow" http://medaka.5ch.net/test/read.cgi/php/1469591183/13
190: nobodyさん [sage] 2017/03/12(日) 14:45:59.59 ID:??? 最近リリースされたVisual Studio 2017のインストーラはElectron&Riot.jsだった http://qiita.com/yamachu/items/07dbcfaa2268f8aea866 >印象的だったのはフロントに React とかではなく,riot.js が使われていました,わかる. http://medaka.5ch.net/test/read.cgi/php/1469591183/190
242: nobodyさん [sage] 2017/03/23(木) 10:33:04.59 ID:??? ginだってmultitemplate使う時はEchoみたいに長くなるからおあいこさ! package main import ( "github.com/gin-contrib/multitemplate" "github.com/gin-gonic/gin" ) func createMyRender() multitemplate.Render { r := multitemplate.New() r.AddFromFiles("index", "templates/base.html", "templates/index.html") r.AddFromFiles("article", "templates/base.html", "templates/index.html", "templates/article.html") return r } func main() { router := gin.Default() router.HTMLRender = createMyRender() router.GET("/", func(c *gin.Context) { c.HTML(200, "index", gin.H{ "title": "Html5 Template Engine", }) }) router.GET("/article", func(c *gin.Context) { c.HTML(200, "article", gin.H{ "title": "Html5 Article Engine", }) }) router.Run(":8080") } http://medaka.5ch.net/test/read.cgi/php/1469591183/242
292: nobodyさん [sage] 2017/06/21(水) 14:52:29.59 ID:??? >>291 それが無難か。 そういうのを効率的に実装するヘルパーなライブラリってないでしょうか? productionから自動的にDBのスキーマだけ拾ってきて testDBを新規作成してくれるとか。 http://medaka.5ch.net/test/read.cgi/php/1469591183/292
346: nobodyさん [] 2017/09/08(金) 10:37:14.59 ID:URvmV42V GAE勝手にサービス終了しやがった http://medaka.5ch.net/test/read.cgi/php/1469591183/346
358: nobodyさん [sage] 2017/09/16(土) 16:25:41.59 ID:??? datastoreの学習コストが問題なのかね http://medaka.5ch.net/test/read.cgi/php/1469591183/358
402: nobodyさん [sage] 2017/11/04(土) 00:27:05.59 ID:??? >>401 >>400は>>391,394,398あたりへの憶測 他言語のinterfaceは、imprementsすることでその型が何であるのかを説明するためのもの Goのinterfaceはオブジェクトが必要な機能を備えているか調べるためのもの だから考え方が違う http://medaka.5ch.net/test/read.cgi/php/1469591183/402
424: nobodyさん [sage] 2017/11/14(火) 18:06:22.59 ID:??? GAE/Go SEで何の苦労もなくgRPCが使えれば平和になれそう http://medaka.5ch.net/test/read.cgi/php/1469591183/424
569: nobodyさん [sage] 2019/06/15(土) 00:09:41.59 ID:??? >>565 氏が難が無いようにしてくれれば、このまま使い続けても大丈夫ですよ! http://medaka.5ch.net/test/read.cgi/php/1469591183/569
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.948s*