From 3451d56ead6e57f503962b876c89284f1fb73a90 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sat, 10 Sep 2022 17:33:30 +0200 Subject: ref: Create a storage interface This `Storage` interface will define all the interactions with the storage system. For now I plan to support native file system through go's standard library and Nextcloud through *webdav*. So this is the first step in that direction. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3a461dc..1c33c1c 100644 --- a/Makefile +++ b/Makefile @@ -8,3 +8,6 @@ build: test: ${GO} test -cover ./... + +install: build + cp porg ${HOME}/.local/bin -- cgit v1.2.3