diff options
| author | Andrew <saintruler@gmail.com> | 2021-05-13 22:06:56 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2021-05-13 22:06:56 +0400 |
| commit | 6ab2b5752c41520fc83f4fc07749e9da30d94673 (patch) | |
| tree | fd4d75155a9195ddfed307e3e4819ad60b57b08a /http-client | |
| parent | ee201b761f02c95e57e91528cf6060a55fd259d1 (diff) | |
Changed package names.
Diffstat (limited to 'http-client')
| -rw-r--r-- | http-client/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http-client/go.mod b/http-client/go.mod index a62b9f0..fe7584c 100644 --- a/http-client/go.mod +++ b/http-client/go.mod @@ -1,4 +1,4 @@ -module vasthecat.ru/coursework/http-client +module coursework/http-client go 1.16 |