vanity package path
This commit is contained in:
parent
f75fba266e
commit
bc7742b979
2 changed files with 2 additions and 2 deletions
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
||||||
module gitea.drjosh.dev/josh/jmetrics
|
module drjosh.dev/jmetrics
|
||||||
|
|
||||||
go 1.23.1
|
go 1.23.1
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package jmetrics
|
package jmetrics // import "drjosh.dev/jmetrics"
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"math"
|
"math"
|
||||||
|
|
Loading…
Reference in a new issue