Skip to content

Commit

Permalink
Add minimum go version requirement to documentation.
Browse files Browse the repository at this point in the history
This fixes google#479
  • Loading branch information
notti committed Feb 1, 2019
1 parent 96986c9 commit 7f3fc6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ See [godoc](https://godoc.org/github.com/google/gopacket) for more details.
[![Build Status](https://travis-ci.org/google/gopacket.svg?branch=master)](https://travis-ci.org/google/gopacket)
[![GoDoc](https://godoc.org/github.com/google/gopacket?status.svg)](https://godoc.org/github.com/google/gopacket)

Minimum Go version required is 1.5.

Originally forked from the gopcap project written by Andreas
Krennmair <[email protected]> (http://github.com/akrennmair/gopcap).
2 changes: 2 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ useful, including:
Also, if you're looking to dive right into code, see the examples subdirectory
for numerous simple binaries built using gopacket libraries.
Minimum go version required is 1.5.
Basic Usage
gopacket takes in packet data as a []byte and decodes it into a packet with
Expand Down

0 comments on commit 7f3fc6c

Please sign in to comment.