mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
Generate typesafe typescript and go clients, examples (#194)
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
package api
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"net/http"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func Get(url string, rsp interface{}) error {
|
||||
|
||||
Reference in New Issue
Block a user