modify-document-duplicate-word
Signed-off-by: chentanjun <2799194073@qq.com>
This commit is contained in:
parent
cd79e0edfe
commit
8788af7f8d
@ -63,7 +63,7 @@ func TestGenerateSpec(t *testing.T) {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if s.Windows == nil {
|
if s.Windows == nil {
|
||||||
t.Fatal("Windows section of spec not filled on on Windows platform")
|
t.Fatal("Windows section of spec not filled in on Windows platform")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ func isLinuxOS(os string) bool {
|
|||||||
return os == "linux"
|
return os == "linux"
|
||||||
}
|
}
|
||||||
|
|
||||||
// These function are generated from from https://golang.org/src/go/build/syslist.go.
|
// These function are generated from https://golang.org/src/go/build/syslist.go.
|
||||||
//
|
//
|
||||||
// We use switch statements because they are slightly faster than map lookups
|
// We use switch statements because they are slightly faster than map lookups
|
||||||
// and use a little less memory.
|
// and use a little less memory.
|
||||||
|
Loading…
Reference in New Issue
Block a user