diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | go.mod | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ and JavaScript. This program is written using the [Go](https://golang.org/) programming language. ```bash -$ go install github.com/xlg-pkg/http-server@latest +$ go install github.com/xlgmokha/http-server@latest ``` ## Starting the server @@ -1,3 +1,3 @@ -module github.com/xlg-pkg/http-server +module github.com/xlgmokha/http-server go 1.17 |
