Make LocalRepo JSON-serializable. #116

This commit is contained in:
Andrey Smirnov
2014-10-06 21:08:46 +04:00
parent 52c5934eb6
commit 159608cef3
+1 -1
View File
@@ -12,7 +12,7 @@ import (
// LocalRepo is a collection of packages created locally
type LocalRepo struct {
// Permanent internal ID
UUID string
UUID string `json:"-"`
// User-assigned name
Name string
// Comment