We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b442d06 commit 86be994Copy full SHA for 86be994
README.md
@@ -1,6 +1,8 @@
1
# golang-gin-lua
2
3
-## Testing
+## This is a simple golang webserver using gin that invokes lua scripts.
4
+
5
+### Testing
6
```
7
curl -u user1:password1 -X POST http://localhost:8080/runLuaFile/test.lua -d '{"name":"John Doe"}'
8
0 commit comments