Skip to content

Commit 66b227e

Browse files
Update README.md
1 parent 1c496ce commit 66b227e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11

2-
## Writing a basic HTTP server is easy using the net/http package.
2+
## Writing a basic HTTP server is easy using the net/http package , gin package
33

44
# To run http server
55

66
cd simple-http-server
77
```
8-
go run server.go
8+
for gin
9+
Install Gin:
10+
go get github.com/gin-gonic/gin
911
1012
````
1113

0 commit comments

Comments
 (0)