Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
songgao committed Apr 2, 2019
1 parent eead2bb commit f3b2960
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// water is a Go package for working with TUN/TAP interfaces.
// Package water encapsulates system calls for working with TUN/TAP interfaces,
// in pure Go.
//
// Platform specific docs:
//
Expand Down
1 change: 1 addition & 0 deletions if.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ type Interface interface {
// DeviceType is the type for specifying device types.
type DeviceType int

// Constants for TUN and TAP interfaces.
const (
_ DeviceType = iota
TUN
Expand Down

0 comments on commit f3b2960

Please sign in to comment.