タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

Goに関するmizchiのブックマーク (2)

  • Go Programs and Apps

    Here are links to some of the code people have written in Go so far, for libraries see the list of libraries written in Go and for Go programming tools see the Go utils page. Distributed/Grid Computing malus - A Kademlia-compatible DHT(Distributed Hash Table) written in Go by Michael Meier. Cloud-Backups - Small Go utilities to backup data from the cloud, to the cloud. By Yves Junqueira. Tonika -

    mizchi
    mizchi 2010/08/02
  • Big Sky :: VimでGoがautocomplete出来るgocodeがいい感じ

    Goは型宣言無しに値が代入出来てしまうので、カーソル上の変数から型推測する必要がある補完は難しいんじゃないかなーと思ってたら、なんと作った人がいました。 すげー。 nsf's gocode at master - GitHub Autocompletion/refactoring daemon for Go language.Work in progress..Currently available things: - .a... http://github.com/nsf/gocode 仕組みはvimスクリプト内でデーモン起こしてコードとキーワードと共にサーバ側でコンパイルし、解析して返すというもの。通信にはRPCが使われている。 補完はomniなので<c-x><c-o>で開始。ちゃんと インスタンスメソッド一覧 構造体のメンバ パッケージ内の定数や型、関数 もろもろ補完してくれる。私が

    Big Sky :: VimでGoがautocomplete出来るgocodeがいい感じ
    mizchi
    mizchi 2010/07/30
  • 1