Last active
March 25, 2020 20:25
-
-
Save estysdesu/6909e51ad07f5f8cd5274290a15fa03d to your computer and use it in GitHub Desktop.
[Go & Rust: Offline Documentation] #go #rust
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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