LoginSignup
4
3

More than 5 years have passed since last update.

Go言語 パッケージ管理ツールと、ウェブアプリケーションでよく使うセット

Posted at

パッケージ管理ツール

$ brew install glide
$ glide get github.com/Masterminds/cookoo

パッケージ検索

よく使うパッケージ一覧

パッケージ 説明
App Engine google.golang.org/appengine Go App Engine packages
Cloud Storage cloud.google.com/go Google Cloud APIs Go Client Library
軽量フレームワーク
(URLルーティング、など)
github.com/gorilla/mux
github.com/gorilla/context
github.com/gorilla/schema
github.com/gorilla/sessions
github.com/gorilla/securecookie
Gorilla web toolkit
Cloud Datastore ラップ github.com/mjibson/goon
ログ github.com/dsoprea/go-logging
多言語 github.com/nicksnyder/go-i18n
バリデーション gopkg.in/validator.v2
4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3