Beispiel #1
0
func SetIsDevServer(s kvs.Storage, value bool) {
	s.Set(devServerKey, value)
}