diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-08-07 18:40:37 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-08-07 20:22:47 -0400 |
commit | 85582bb58dfaa42f0543ec763c21134ffbfd837e (patch) | |
tree | 9462db755bab6bc02ba67c3ad59eb919a3dc12d5 /main.go | |
parent | e94132f06b5cf24bdf29f0bf0953bcdf452d47c4 (diff) |
Rename snorvik to taskflow everywhere
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ import ( "fmt" "net/http" - "git.robbyzambito.me/snorvik/internal/api" + "git.robbyzambito.me/taskflow/internal/api" ) // Example: |