From 1b7c07d9bbfb7984536a3aeade0f543251f1a666 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Thu, 11 Sep 2025 21:44:54 +0100 Subject: Rename to stash --- .gitignore | 2 +- Makefile | 2 +- api/handlers/html.go | 6 +++--- api/handlers/record.go | 4 ++-- api/router.go | 10 +++++----- go.mod | 2 +- main.go | 12 ++++++------ pkg/entries/entries.go | 2 +- pkg/html/service.go | 2 +- 9 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 139b7e9..04960f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -history +stash database.db config.yaml diff --git a/Makefile b/Makefile index acd1427..cf35df8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ all: build build: - CGO_ENABLED=1 go build -ldflags "-X 'git.leonardobishop.net/history/internal/constants.SysConfPrefix=/etc/history/'" -o history main.go + CGO_ENABLED=1 go build -ldflags "-X 'git.leonardobishop.net/stash/internal/constants.SysConfPrefix=/etc/stash/'" -o stash main.go diff --git a/api/handlers/html.go b/api/handlers/html.go index 1ea166f..88407bf 100644 --- a/api/handlers/html.go +++ b/api/handlers/html.go @@ -3,8 +3,8 @@ package handlers import ( "net/http" - "git.leonardobishop.net/history/pkg/entries" - "git.leonardobishop.net/history/pkg/html" + "git.leonardobishop.net/stash/pkg/entries" + "git.leonardobishop.net/stash/pkg/html" ) const style = `