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 b083161 commit 07bd3f1Copy full SHA for 07bd3f1
main.go
@@ -50,7 +50,7 @@ func main() {
50
w := new(tabwriter.Writer)
51
52
// minwidth, tabwidth, padding, padchar, flags
53
- w.Init(os.Stdout, 8, 8, 0, '\t', 0)
+ w.Init(os.Stdout, 8, 8, 1, '\t', 0)
54
55
defer w.Flush()
56
0 commit comments