コード例 #1
0
ファイル: devserver.go プロジェクト: rainycape/gondola
func SetIsDevServer(s kvs.Storage, value bool) {
	s.Set(devServerKey, value)
}