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"
"time"
"code.beautifulmachines.dev/quando"
"code.beautifulmachines.dev/jakoubek/quando"
)
func ExampleNow() {