File tree 10 files changed +10
-0
lines changed
10 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ //go:build go1.8
5
6
// +build go1.8
6
7
7
8
package websocket
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ //go:build !go1.8
5
6
// +build !go1.8
6
7
7
8
package websocket
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ //go:build go1.8
5
6
// +build go1.8
6
7
7
8
package websocket
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ //go:build !go1.8
5
6
// +build !go1.8
6
7
7
8
package websocket
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ //go:build ignore
5
6
// +build ignore
6
7
7
8
package main
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ //go:build ignore
5
6
// +build ignore
6
7
7
8
package main
Original file line number Diff line number Diff line change 2
2
// this source code is governed by a BSD-style license that can be found in the
3
3
// LICENSE file.
4
4
5
+ //go:build !appengine
5
6
// +build !appengine
6
7
7
8
package websocket
Original file line number Diff line number Diff line change 2
2
// this source code is governed by a BSD-style license that can be found in the
3
3
// LICENSE file.
4
4
5
+ //go:build appengine
5
6
// +build appengine
6
7
7
8
package websocket
Original file line number Diff line number Diff line change
1
+ //go:build go1.8
1
2
// +build go1.8
2
3
3
4
package websocket
Original file line number Diff line number Diff line change
1
+ //go:build !go1.8
1
2
// +build !go1.8
2
3
3
4
package websocket
You can’t perform that action at this time.
0 commit comments