Valentin Gomez

Generation

generate functionTue, 03 Jan 2023

post an api rest using cuit value and show returned value

func getCuit(cuit string) *Cuit{ resp, err := http.Get("http://www.afip.gob.ar/datos/cuit.dat") if err != nil { log.Fatal(err) } // ... }

Questions about programming?Chat with your personal AI assistant