diff options
Diffstat (limited to 'errhandlers/errhandlers.go')
-rw-r--r-- | errhandlers/errhandlers.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/errhandlers/errhandlers.go b/errhandlers/errhandlers.go index a9f8054..59a45ae 100644 --- a/errhandlers/errhandlers.go +++ b/errhandlers/errhandlers.go @@ -1,4 +1,4 @@ -/* mal2go - MyAnimeList V2 API wrapper for Go +/* MAL2Go - MyAnimeList V2 API wrapper for Go * Copyright (C) 2022 Vidhu Kant Sharma <vidhukant@protonmail.ch> * This program is free software: you can redistribute it and/or modify @@ -19,7 +19,7 @@ package errhandlers import ( "errors" "fmt" - "github.com/MikunoNaka/mal2go/util" + "github.com/MikunoNaka/MAL2Go/util" ) // if fields aren't specified |