Skip to content

Instantly share code, notes, and snippets.

@jianchen2580
Created March 20, 2019 23:16
Show Gist options
  • Save jianchen2580/144d97cc4fd0afe5c5c21e31cd7f4615 to your computer and use it in GitHub Desktop.
Save jianchen2580/144d97cc4fd0afe5c5c21e31cd7f4615 to your computer and use it in GitHub Desktop.
Inspect GO struct
import (
"json"
"fmt"
)
func main() {
s, _ := json.MarshalIndent(config, "", "\t")
fmt.Println(s)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment