Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
24db786bb6 |
@@ -22,7 +22,7 @@ import (
|
||||
"text/template"
|
||||
)
|
||||
|
||||
const model = `// +build {{.CurrentGoVersion}},!{{.NextGoVersion}}
|
||||
const model = `// +build {{.CurrentGoVersion}},!{{.NextGoVersion}}{{if eq .PkgName "log/syslog"}},!windows,!nacl,!plan9{{end}}
|
||||
|
||||
package {{.Dest}}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// +build go1.11,!go1.12
|
||||
// +build go1.11,!go1.12,!windows,!nacl,!plan9
|
||||
|
||||
package stdlib
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// +build go1.12,!go1.13
|
||||
// +build go1.12,!go1.13,!windows,!nacl,!plan9
|
||||
|
||||
package stdlib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user