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 4a82118 commit d38e680Copy full SHA for d38e680
examples/transaction/table/main.go
@@ -58,7 +58,7 @@ func main() {
58
if err != nil {
59
panic(err)
60
}
61
-
+
62
fmt.Printf("SUCCESS: %q\n", strings.Join(words, " "))
63
64
0 commit comments