Browse Source

Add older style build comment

To compatible with older Go version on some cloud environment , such as Google App Engine using 1.16
pull/901/head
Kebin Liu 4 years ago
committed by ginuerzh
parent
commit
a263a9f173
  1. 3
      sockopts_other.go

3
sockopts_other.go

@ -1,4 +1,5 @@
//go:build !linux //go:build !linux
// +build !linux
package gost package gost
@ -8,4 +9,4 @@ func setSocketMark(fd int, value int) (e error) {
func setSocketInterface(fd int, value string) (e error) { func setSocketInterface(fd int, value string) (e error) {
return nil return nil
} }

Loading…
Cancel
Save