Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Official Go client library for the LabStack API

License

NotificationsYou must be signed in to change notification settings

labstack/labstack-go

Repository files navigation

Go Client

Installation

go get github.com/labstack/labstack-go

Quick Start

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

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp