code.fmartingr.dev -> github.com

This commit is contained in:
Felipe M 2021-02-13 13:01:31 +01:00
parent a2dacd2763
commit cbe1583a60
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
2 changed files with 2 additions and 6 deletions

View File

@ -2,17 +2,13 @@
Mangadex API client in Golang.
## Chaching
...
## Usage
``` go
import (
"log"
"code.fmartingr.dev/fmartingr/go-mangadex"
"github.com/fmartingr/go-mangadex"
)
func main() {

2
go.mod
View File

@ -1,4 +1,4 @@
module code.fmartingr.dev/fmartingr/go-mangadex
module github.com/fmartingr/go-mangadex
go 1.15