We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5d68c commit 9504399Copy full SHA for 9504399
1 file changed
sdks/go/cmd/symtab/main.go
@@ -38,7 +38,7 @@ var t reflect.Type
38
// Increment is the function that will be executed by its address.
39
// It increments a global var so we can check that it was indeed called.
40
func Increment(str string) {
41
- log.Printf(str)
+ log.Print(str)
42
counter++
43
}
44
0 commit comments