Skip to content

Instantly share code, notes, and snippets.

@estysdesu
Last active March 25, 2020 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save estysdesu/6909e51ad07f5f8cd5274290a15fa03d to your computer and use it in GitHub Desktop.
Save estysdesu/6909e51ad07f5f8cd5274290a15fa03d to your computer and use it in GitHub Desktop.
[Go & Rust: Offline Documentation] #go #rust
#!/usr/bin/env sh
##### GO[LANG] #####
godoc & # starts a webserver so run it in the bg
open http://127.0.0.1:6060
fg %<job>
##### RUST #####
rustup doc [--std]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment