Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D12120
Change Details
Change Details
Old
New
Diff
Ran manually on one of my personal repos: >>> Lint for test.go: Warning (GOVET) Possible formatting directive in Println call 3 import "fmt" 4 5 func main() { >>> 6 fmt.Println("%d", 1) 7 }
Ran manually on one of my personal repos: >>> Lint for test.go: Warning (GOVET) Possible formatting directive in Println call 3 import "fmt" 4 5 func main() { >>> 6 fmt.Println("%d", 1) 7 }
Continue