diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-01-02 16:32:44 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-01-02 16:32:44 +0530 |
commit | 6d0190961fe940b1b2ccd6b930c4c84103bcafd3 (patch) | |
tree | 648aa70077eb350156344b238629204f29374c6a /go.mod | |
parent | 2e4449330493195bbae2c35e68a620242746343f (diff) |
fix module name in go.mod
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -module github.com/MikunoNaka/gofileserver +module github.com/MikunoNaka/GoFileServer go 1.19 |