Ameausoone / demo-github-action

12 stars 1 forks source link

Read json golang #46

Open Thomgrus opened 2 years ago

github-actions[bot] commented 2 years ago

plan, _ := ioutil.ReadFile(filename) var data interface{} err := json.Unmarshal(plan, &data)