summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2022-03-21 17:30:30 -0600
committermo khan <mo@mokhan.ca>2022-03-21 17:30:30 -0600
commitde4ccd6b73eb5ea97c7c8a2bb1361494c358ead0 (patch)
treed7ad6e414a6ad3b35b7380e0c90a52a74159f3f0
parent18e6ee9f7c6c086a7f6f68d3369120f23f960c24 (diff)
move to xlgmokhav0.2.3
-rw-r--r--README.md2
-rw-r--r--go.mod2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e9c6e11..12a849e 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/go.mod b/go.mod
index 793574a..68c4a70 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module github.com/xlg-pkg/http-server
+module github.com/xlgmokha/http-server
go 1.17