From 69a454a9a8430164c2ce798ecafee221404c50ec Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 17 Feb 2022 21:47:32 +0530 Subject: Fixed import errors in errhandlers package --- errhandlers/errhandlers.go | 4 ++-- errhandlers/validators.go | 2 +- 2 files changed, 3 insertions(+), 3 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 * 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 diff --git a/errhandlers/validators.go b/errhandlers/validators.go index 1be61cb..4e4137d 100644 --- a/errhandlers/validators.go +++ b/errhandlers/validators.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 * This program is free software: you can redistribute it and/or modify -- cgit v1.2.3