From cbe1583a603466da6fe435858bf29f4c00ed3d84 Mon Sep 17 00:00:00 2001 From: Felipe M Date: Sat, 13 Feb 2021 13:01:31 +0100 Subject: [PATCH] code.fmartingr.dev -> github.com --- README.md | 6 +----- go.mod | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4d5d761..f7d82eb 100644 --- a/README.md +++ b/README.md @@ -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() { diff --git a/go.mod b/go.mod index 9686687..d4e24b1 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module code.fmartingr.dev/fmartingr/go-mangadex +module github.com/fmartingr/go-mangadex go 1.15