find-cine-go:使用 Golang 查找地址附近的电影院

时间:2024-06-27 14:06:26
【文件属性】:

文件名称:find-cine-go:使用 Golang 查找地址附近的电影院

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-27 14:06:26

Go

查找 Cine Golang 使用页面查找地址附近的移动影院。 安装 第一次安装使用go get : go get github.com/vitorleal/find-cine-go 例子 package main import ( "fmt" "github.com/vitorleal/find-cine-go" ) func main () { // pass an address to the method Near in findcine to get the movie theaters theaters , err := findcine . Near ( "Miami" ) // if return any error if err != nil { fmt . Println ( err . Error ()) } // p


【文件预览】:
find-cine-go-master
----.travis.yml(34B)
----findcine_test.go(810B)
----utils_test.go(2KB)
----doc.go(374B)
----findcine.go(2KB)
----README.md(2KB)
----utils.go(1KB)

网友评论