Skip to content

Commit

Permalink
drop support for go < 1.4 (go-ldap#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
vetinari authored and liggitt committed Jun 6, 2018
1 parent 529aec6 commit 374dd10
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 44 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ env:
- VET_VERSIONS="1.6 1.7 1.8 1.9 1.10 tip"
- LINT_VERSIONS="1.7 1.8 1.9 1.10 tip"
go:
- "1.2"
- "1.3"
- "1.4"
- "1.5"
- "1.6"
Expand Down
13 changes: 0 additions & 13 deletions atomic_value.go

This file was deleted.

28 changes: 0 additions & 28 deletions atomic_value_go13.go

This file was deleted.

2 changes: 1 addition & 1 deletion conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ type Conn struct {
conn net.Conn
isTLS bool
closing uint32
closeErr atomicValue
closeErr atomic.Value
isStartingTLS bool
Debug debugging
chanConfirm chan struct{}
Expand Down

0 comments on commit 374dd10

Please sign in to comment.