Missed occurences in rename
This commit is contained in:
@@ -13,8 +13,8 @@ binary, polls stored in a plain JSON file.
|
|||||||
Requires Go 1.22+.
|
Requires Go 1.22+.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
go build -o groupdates .
|
go build -o mediator .
|
||||||
./groupdates
|
./mediator
|
||||||
```
|
```
|
||||||
|
|
||||||
Open http://localhost:8080 — that's the page for creating a poll.
|
Open http://localhost:8080 — that's the page for creating a poll.
|
||||||
@@ -81,4 +81,4 @@ static/style.css styles
|
|||||||
```
|
```
|
||||||
|
|
||||||
Static files are embedded into the binary with `go:embed`, so the compiled
|
Static files are embedded into the binary with `go:embed`, so the compiled
|
||||||
`groupdates` binary is all you need to deploy.
|
`mediator` binary is all you need to deploy.
|
||||||
|
|||||||
Reference in New Issue
Block a user