Example #1
0
func IsDevServer(s kvs.Storage) bool {
	val, _ := s.Get(devServerKey).(bool)
	return val
}