Skip to content

Commit

Permalink
formatting and notes
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed May 18, 2021
1 parent 5b581f9 commit 64ef0ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tools:
cli:
go build -mod vendor -o bin/pubssed-broadcast cmd/pubssed-broadcast/main.go
go build -mod vendor -o bin/pubssed-client cmd/pubssed-client/main.go
go build -mod vendor -o bin/pubssed-server cmd/pubssed-server/main.go
Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@

Listen to a Redis PubSub channel and then rebroadcast it over Server-Sent Events (SSE).

## Install

You will need to have both `Go` (specifically version [1.12](https://golang.org/dl/) or higher) and the `make` programs installed on your computer. Assuming you do just type:

```
make tools
```

All of this package's dependencies are bundled with the code in the `vendor` directory.

## Packages

### broker
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ module github.com/whosonfirst/go-pubssed
go 1.12

require (
github.com/go-redis/redis v6.15.9+incompatible // indirect
github.com/go-redis/redis/v8 v8.8.3
)

0 comments on commit 64ef0ac

Please sign in to comment.