Skip to content

Commit 3ee7a78

Browse files
Update README.md
1 parent b49a040 commit 3ee7a78

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,18 @@
66
cd simple-http-server
77
```
88
for gin
9+
10+
git clone https://github.com/vinodnextcoder/golang-simple-http-server.git
11+
12+
cd golang-simple-http-server/simple-gin-server
13+
914
Install Gin:
1015
go get github.com/gin-gonic/gin
1116
17+
You can run your Gin web application by executing the main.go file:
18+
19+
go run main.go
20+
1221
````
1322
1423
# to call api endpoint in postman

0 commit comments

Comments
 (0)