- Notifications
You must be signed in to change notification settings - Fork2
Official Go client library for the LabStack API
License
NotificationsYou must be signed in to change notification settings
labstack/labstack-go
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
go get github.com/labstack/labstack-go
Sign up to get an API key
Create a fileapp.go with the following content:
package mainimport ("fmt""github.com/labstack/labstack-go")funcmain() {client:=labstack.NewClient("<API_KEY>")geocode:=client.Geocode()res,err:=geocode.Address("eiffel tower")iferr!=nil {fmt.Println(err) }else {fmt.Printf("%+v",res) }}
From terminal run your app:
go run app.go
About
Official Go client library for the LabStack API
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.