fix: update import dir and swap to godoc badge

This commit is contained in:
Matthew RONCHETTO 2024-02-20 10:40:39 -08:00
parent 24e5bb3174
commit 2190105aaf
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# go-calipower [![Go Reference](https://pkg.go.dev/badge/git.sr.ht/~maatt/go-calipower.svg)](https://pkg.go.dev/git.sr.ht/~maatt/go-calipower)
# go-calipower [![Go Documentation](https://godocs.io/git.sr.ht/~maatt/go-calipower?status.svg)](https://godocs.io/git.sr.ht/~maatt/go-calipower)
Get available capacity, estimates, and reserves from California ISO.
## Usage
@ -10,7 +10,7 @@ import (
"log"
"strconv"
"git.sr.ht/~maatt/go-calipower"
"git.lmao.ch/doa/go-calipower"
)
func main() {

2
go.mod
View file

@ -1,3 +1,3 @@
module git.sr.ht/~maatt/go-calipower
module git.lmao.ch/doa/go-calipower
go 1.18

View file

@ -7,7 +7,7 @@ import (
"strconv"
"strings"
"git.sr.ht/~maatt/go-calipower"
"git.lmao.ch/doa/go-calipower"
)
func main () {