From fd287d7ab877213ad238ab6cb7a894ac3397c7a5 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Sat, 25 Jul 2020 11:18:58 +0000 Subject: [PATCH] removed filelock from json --- stream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream.go b/stream.go index efc5f38..2f15adf 100755 --- a/stream.go +++ b/stream.go @@ -22,7 +22,7 @@ type Stream struct { Base64 string `json:"base64"` Interval int `json:"interval"` WatchAreas []WatchArea `json:"watchAreas"` - FileLock sync.Mutex `json:"lock"` + FileLock sync.Mutex `json:"-"` } // NewStream creates a new Stream Object