Go

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(版本)
(编译器)
第44行: 第44行:
 
*[https://github.com/gopherjs/gopherjs GopherJS]
 
*[https://github.com/gopherjs/gopherjs GopherJS]
 
*[https://github.com/go-llvm/llgo llgo]
 
*[https://github.com/go-llvm/llgo llgo]
 +
 +
==编辑器==
 +
*[https://github.com/fatih/vim-go vim-go] for [[Vim]]
 +
*[https://github.com/joefitzgerald/go-plus go-plus] for [[Atom Editor]]
 +
*[https://github.com/go-lang-plugin-org/go-lang-idea-plugin go-lang-idea-plugin] for [[IntelliJ IDEA]]
 +
*[https://github.com/GoClipse/goclipse goclipse]
  
 
==数据库==
 
==数据库==

2016年4月16日 (六) 16:11的版本

Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 Go Thanks, Wikipedia.

Go是Google开发的一种编译型、高并发、并具有垃圾回收功能的系统编程语言。

Go-480x270.png

目录

新闻

版本

Go version history

语言规范

The Go Programming Language Specification

安装

默认安装好,设置环境
go env
vim ~/.profile
export PATH=$PATH:/usr/local/go/bin
export GOPATH=/Users/huihoo/Software/go

指南

go get golang.org/x/tour/gotour
cd bin
./gotour

Example

Go example projects

go get github.com/golang/example/hello
cd bin
./hello

编译器

编辑器

数据库

时间序列数据库

Thrift

Cassandra

HBase

游戏

文档

图书

用户

图集

链接

Comment-32x32.png

<discussion>characters_max=300</discussion>

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱