
godoc
List of commands for godoc:
-
godoc:tldr:03715 godoc: Display help for package "fmt".$ godoc ${fmt}try on your machineexplain this command
-
godoc:tldr:4290a godoc: Create an index file.$ godoc -write_index -index_files=${filename}try on your machineexplain this command
-
godoc:tldr:816fe godoc: Display help for the function "Printf" of "fmt" package.$ godoc ${fmt} ${Printf}try on your machineexplain this command
-
godoc:tldr:9276e godoc: Serve documentation as a web server on port 6060.$ godoc -http=:${6060}try on your machineexplain this command
-
godoc:tldr:f58bd godoc: Use the given index file to search the docs.$ godoc -http=:${6060} -index -index_files=${filename}try on your machineexplain this command