-
-
Save hyuki/f4f31658904baa23d3f10cca74453579 to your computer and use it in GitHub Desktop.
環境変数の値を得る
This file contains hidden or 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
package main | |
import ( | |
"fmt" | |
"os" | |
) | |
func main() { | |
fmt.Printf("SALT=%s\n", os.Getenv("SALT")) | |
} |
Author
hyuki
commented
Apr 10, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment