vanity package path

This commit is contained in:
Josh Deprez 2024-10-18 12:50:44 +11:00
parent f75fba266e
commit bc7742b979
2 changed files with 2 additions and 2 deletions

2
go.mod
View file

@ -1,4 +1,4 @@
module gitea.drjosh.dev/josh/jmetrics
module drjosh.dev/jmetrics
go 1.23.1

View file

@ -1,4 +1,4 @@
package jmetrics
package jmetrics // import "drjosh.dev/jmetrics"
import (
"math"