From 8824c264c6d4230d353546ee69036ad41d4ec8cc Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 17 Feb 2022 21:43:37 +0530 Subject: removed conflicts due to module name change --- anime/anime.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'anime/anime.go') diff --git a/anime/anime.go b/anime/anime.go index 969b04c..3330c16 100644 --- a/anime/anime.go +++ b/anime/anime.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 @@ -21,8 +21,8 @@ import ( "errors" "fmt" "strconv" - e "github.com/MikunoNaka/mal2go/errhandlers" - u "github.com/MikunoNaka/mal2go/util" + e "github.com/MikunoNaka/MAL2Go/errhandlers" + u "github.com/MikunoNaka/MAL2Go/util" ) const BASE_URL string = "https://api.myanimelist.net/v2/anime" -- cgit v1.2.3