Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnps-sigsci authored Aug 19, 2019
1 parent 9d5e970 commit 08cace0
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,6 @@ s := &http.Server{
log.Fatal(s.ListenAndServe())
```

## Dependencies

The golang module requires two prerequisite packages to be installed:
[MessagePack Code Generator](https://github.com/tinylib/msgp/) and the
Signal Sciences custom [tlstext](https://github.com/signalsciences/tlstext)
package.

The easiest way to install these packages is by using the `go get`
command to download and install these packages directly from their
public GitHub repositories:

```bash
go get -u -t github.com/tinylib/msgp/msgp
go get -u -t github.com/signalsciences/tlstext
```

## Examples

The [examples](examples/) directory contains complete example code.
Expand Down

0 comments on commit 08cace0

Please sign in to comment.