Commit a263a9f1 authored by Kebin Liu's avatar Kebin Liu Committed by ginuerzh

Add older style build comment

To compatible with older Go version on some cloud environment , such as Google App Engine using 1.16
parent 0247b941
//go:build !linux //go:build !linux
// +build !linux
package gost package gost
...@@ -8,4 +9,4 @@ func setSocketMark(fd int, value int) (e error) { ...@@ -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
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment