lash/attack-of-the-clones #57
| @ -73,7 +73,6 @@ func main() { | |||||||
| 		fmt.Fprintf(os.Stderr, "cmd parse fail: %v\n", err) | 		fmt.Fprintf(os.Stderr, "cmd parse fail: %v\n", err) | ||||||
| 		os.Exit(1) | 		os.Exit(1) | ||||||
| 	} | 	} | ||||||
| 
 |  | ||||||
| 	logg.Infof("start command", "conn", conns, "subcmd", x) | 	logg.Infof("start command", "conn", conns, "subcmd", x) | ||||||
| 
 | 
 | ||||||
| 	menuStorageService := storage.NewMenuStorageService(conns) | 	menuStorageService := storage.NewMenuStorageService(conns) | ||||||
|  | |||||||
| @ -24,7 +24,7 @@ func formatItem(k []byte, v []byte, sessionId string) (string, error) { | |||||||
| 	if err != nil { | 	if err != nil { | ||||||
| 		return "", err | 		return "", err | ||||||
| 	} | 	} | ||||||
| 	s := fmt.Sprintf("%v\t%v\n", o.Label, string(v)) | 	s := fmt.Sprintf("%v\n\t%v\n", o.Label, string(v)) | ||||||
| 
 | 
 | ||||||
| 	return s, nil | 	return s, nil | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user