Categorygithub.com/pen/go-gle
repository
0.1.2
Repository: https://github.com/pen/go-gle.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

go-gle

google.golang.org/api/* のラッパ

使い方

とりあえず_example/print-range.go参照。

認証情報

環境変数に入れておくと自動的に使用する。

echo "GOOGLE_APY_KEY=\"$(cat json.key | xz -9 -c | base64)\"" >> .env
direnv allow
rm json.key