diff options
author | Alex <a.kiryukhin@mail.ru> | 2022-01-31 13:12:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 13:12:51 +0300 |
commit | 7e8563cf873c2b01da55f55e7a8e5efb2ad42e59 (patch) | |
tree | e8782db8949a043490d2d99c2b8b989e88fb6b32 /README.md | |
parent | eb2d51dcbf6628bd517b6d0ed14d4df7f53f1504 (diff) |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ -# API +# API wrapper -Generic api functions +API handler wrapper ## Usage @@ -19,7 +19,7 @@ import ( "log" "net/http" - "github.com/gogeneric/api" + "github.com/neonxp/api" ) func main() { @@ -50,4 +50,4 @@ type helloResponse struct { Message string `json:"message"` } -```
\ No newline at end of file +``` |