fix: add go doc question mark

This commit is contained in:
Firas Khalil Khana
2021-01-29 16:37:51 +02:00
committed by GitHub
parent a3fc5396bf
commit 454c005f13

View File

@ -66,7 +66,7 @@ func main() {
1. go build
2. go run
3. go doctor
4. go doc
4. go doc *CORRECT*
## What's the difference between `godoc` and `go doc`?