Skip to content

Commit 17d2336

Browse files
Fix go.mod to allow install from github.com/bruce34/gorun
1 parent e0c4727 commit 17d2336

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module gorun
1+
module github.com/bruce34/gorun
22

33
go 1.24.0
44

gorun.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// go.mod >>>
3-
// :module gorun
3+
// :module github.com/bruce34/gorun
44
// :go 1.24.0
55
// :toolchain go1.24.2
66
// :require golang.org/x/mod v0.31.0

0 commit comments

Comments
 (0)