diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-02-16 22:43:23 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-02-16 22:43:23 +0530 |
commit | 5c94f2f8e7026b9a4dff874edbf3b4fa3b266516 (patch) | |
tree | a4c0a4650a94859eb256204dec25aa04ac8caf15 /go.mod | |
parent | 3269df237abce92172e115aa62e9c5d6e4652765 (diff) |
Defined different functions to update different anime fields
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ -module github.com/MikunoNaka/mal2go +module github.com/MikunoNaka/MAL2Go go 1.17 + +require github.com/MikunoNaka/mal2go v0.0.0-20220213112712-541c75949e86 |