diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-02-17 21:43:37 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-02-17 21:43:37 +0530 |
commit | 8824c264c6d4230d353546ee69036ad41d4ec8cc (patch) | |
tree | 2ed73df5d02b4bdfe087f3943353efad015f57f8 /anime/anime.go | |
parent | d04c7f9c60ba5955f3d96ec6ae7397788dcbc3df (diff) |
removed conflicts due to module name change
Diffstat (limited to 'anime/anime.go')
-rw-r--r-- | anime/anime.go | 6 |
1 files changed, 3 insertions, 3 deletions
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 <vidhukant@protonmail.ch> * 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" |