Skip to content

Commit

Permalink
chore: fix unpack package name
Browse files Browse the repository at this point in the history
Last remainder of now.sh
  • Loading branch information
zimbatm committed Jul 28, 2024
1 parent 90c8411 commit 9ce6009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/unpack/index.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package handler
package unpack

import (
"compress/bzip2"
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"net/http"
"os"

unpack "github.com/numtide/nar-serve/api/unpack"
"github.com/numtide/nar-serve/api/unpack"

"github.com/go-chi/chi/v5"
"github.com/go-chi/chi/v5/middleware"
Expand Down

0 comments on commit 9ce6009

Please sign in to comment.