OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:woo
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/cmd/vet/testdata/
print.go
142
fmt.Printf("%08s", "
woo
") // correct
143
fmt.Printf("% 8s", "
woo
") // correct
/prebuilts/go/linux-x86/src/cmd/vet/testdata/
print.go
142
fmt.Printf("%08s", "
woo
") // correct
143
fmt.Printf("% 8s", "
woo
") // correct
Completed in 51 milliseconds