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:
Oliver Jakoubek 2026-02-11 17:25:25 +01:00
commit 29b0deb70f
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"time" "time"
"code.beautifulmachines.dev/quando" "code.beautifulmachines.dev/jakoubek/quando"
) )
func ExampleNow() { func ExampleNow() {

2
go.mod
View file

@ -1,3 +1,3 @@
module code.beautifulmachines.dev/quando module code.beautifulmachines.dev/jakoubek/quando
go 1.25.6 go 1.25.6