giffer

Create .gif images from sites like youtube.com
Log | Files | Refs | LICENSE

commit e8f51d21903bcc28c476be7364d1b3c9de01e80d
parent 18aebd4d7485f1b2a353941f580088812b181a2a
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Wed, 21 Nov 2018 15:36:09 +1300

Merge branch 'master' into engine

Diffstat:
Mcmd/desktop/store.go | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/cmd/desktop/store.go b/cmd/desktop/store.go @@ -14,6 +14,9 @@ import ( "github.com/pkg/errors" ) +// Gif images are stored as-is on disk with a corresponding json file that +// contains the metadata. Why did I use goroutines to parellelise writing just +// two files? Don't ask me that, man. type gifdb struct { Dir string init sync.Once