chore: update module name to code.beautifulmachines.dev/jakoubek/quando
Changed module path from code.beautifulmachines.dev/quando to code.beautifulmachines.dev/jakoubek/quando to include user namespace. Updated: - go.mod: module declaration - example_test.go: import path
This commit is contained in:
parent
32f9b4e85c
commit
29b0deb70f
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ import (
|
|||
"fmt"
|
||||
"time"
|
||||
|
||||
"code.beautifulmachines.dev/quando"
|
||||
"code.beautifulmachines.dev/jakoubek/quando"
|
||||
)
|
||||
|
||||
func ExampleNow() {
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -1,3 +1,3 @@
|
|||
module code.beautifulmachines.dev/quando
|
||||
module code.beautifulmachines.dev/jakoubek/quando
|
||||
|
||||
go 1.25.6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue