Skip to content

Commit

Permalink
chore(): fix repo to pkg.dev.go declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
guiadco committed Oct 20, 2023
1 parent 4d676af commit abcfb89
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,4 @@ mr.clean:

update-golang:
@printf "Update Golang...\n"
@pushd livecraft && \
go get -u && \
go mod tidy && \
go get -u ./... && \
popd
@go get -u ./... && go mod tidy
2 changes: 1 addition & 1 deletion livecraft/go.mod → go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/guiadco/LiveCraft/livecraft
module github.com/guiadco/LiveCraft

go 1.21.1

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion livecraft/livecraft.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"
"os/exec"

"github.com/guiadco/LiveCraft/livecraft/variables"
"github.com/guiadco/LiveCraft/variables"
)

func main() {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit abcfb89

Please sign in to comment.