Sphereとともに

scalaとかplayframeworkとか。技術ブログにしたいなと。環境は Windows7x64, mac です。たまに声優さん情報が混ざります。最近ちょっとClojure触りました。

gcli で作ったものを動かしたら・・・

DEPRECATED Action signature.  Must be `cli.ActionFunc`.  This is an error in the application.  Please contact the distributor of this application if this is not you.  See https://github.com/urfave/cli/blob/master/CHANGELOG.md#deprecated-cli-app-action-signature

というメッセージが出た 自分が定義したコマンドの戻りの型定義をしてやればOKだった

func CmdInsert(c *cli.Context) {
}

func CmdInsert(c *cli.Context) error {
  return nil
}

Go言語によるWebアプリケーション開発

Go言語によるWebアプリケーション開発