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.
2 parents 9f58d5f + 8bebf11 commit bfe9d00Copy full SHA for bfe9d00
003_string-to-html/README.md
@@ -30,8 +30,8 @@ NewReader returns a new Reader reading from s.
30
func NewReader(s string) *Reader
31
```
32
33
-##[os.Args](https://godoc.org/os#pkg-variables)
+## [os.Args](https://godoc.org/os#pkg-variables)
34
Args is a variable from package os. Args hold the command-line arguments, starting with the program name.
35
``` Go
36
var Args []string
37
-```
+```
0 commit comments