giffer

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

commit 35a92a61ba599f9587ffa8da19190b813358f5f2
parent 4bd69e9f05c6bc13646357bad008a23428b46027
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Tue,  6 Nov 2018 12:51:19 +1300

[+] Be technology agnostic.

Diffstat:
Acmd/desktop/main.go | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/cmd/desktop/main.go b/cmd/desktop/main.go @@ -0,0 +1,5 @@ +package main + +func main() { + +}