Skip to content

Commit

Permalink
Fix: main package redeclaration in backend-service dir (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyalsoldier committed Jun 18, 2021
1 parent d9a1ebb commit 38c3e1b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ $ curl -v http:https://127.0.0.1:10080/pipeline
If you are not set up some applications to handle the 9095, 9096, and 9097 in the localhost, it will return 503 too. We prepare a simple service to let us test handily, the example shows:

```bash
$ go run example/backend-service/mirror.go & # Running in background
$ go run example/backend-service/mirror/mirror.go & # Running in background
$ curl http:https://127.0.0.1:10080/pipeline -d 'Hello, Easegress'
Your Request
===============
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 38c3e1b

Please sign in to comment.