mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-29 06:49:05 +08:00
9 lines
92 B
Go
9 lines
92 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
// obivous typo
|
|
fmt.Println("invalid %s")
|
|
}
|