From 159608cef3d11316132a55d90f8124289e8aaa1b Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 6 Oct 2014 21:08:46 +0400 Subject: [PATCH] Make LocalRepo JSON-serializable. #116 --- deb/local.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deb/local.go b/deb/local.go index 4002b546..31f336f4 100644 --- a/deb/local.go +++ b/deb/local.go @@ -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