Skip to content

Commit 8eff2f3

Browse files
readme update
1 parent 5ae2ba3 commit 8eff2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cb-code-runner
33
Application that reads json payload from request body, executes the code, and return json output. Clone of [glot.io](https://github.com/prasmussen/glot). Modified to combine server + code runner into one application.
44

55
## Testing
6-
To test the Go code execution program, first install dependencies with `go get -d ./...` then start the server:
6+
To test the Go code execution program, first install dependencies with `go get` then start the server:
77

88
```
99
PORT=8085 go run runner.go

0 commit comments

Comments
 (0)