diff --git a/cmd/note-cli/main.go b/cmd/notes/main.go similarity index 96% rename from cmd/note-cli/main.go rename to cmd/notes/main.go index 296d521..305b0cb 100644 --- a/cmd/note-cli/main.go +++ b/cmd/notes/main.go @@ -8,7 +8,7 @@ import ( "path/filepath" "strconv" - "git.sr.ht/~ewintr/shitty-ssg/cmd/note-cli/note" + "git.sr.ht/~ewintr/shitty-ssg/cmd/notes/note" ) func main() { diff --git a/cmd/note-cli/note/note.go b/cmd/notes/note/note.go similarity index 100% rename from cmd/note-cli/note/note.go rename to cmd/notes/note/note.go diff --git a/cmd/note-cli/note/notes.go b/cmd/notes/note/notes.go similarity index 100% rename from cmd/note-cli/note/notes.go rename to cmd/notes/note/notes.go