Golang - Additional packages for Go programming language

Additional packages for Go that helps you write more concisely and debug more easily. Go language main page is http://golang.org , not to be confused with this one. Currently available packages are: dump, an utility to dump Go variables, similar to PHP's var_dump, scanner, a text scanner that parses primitive types, similar to `java.util.Scanner` or scanf.



http://code.google.com/p/golang

Bookmark and Share          602



comments powered by Disqus


Related Products

Mango-doc - Automatically create man pages from Go packages

This is the nroff-filtered output of mango on itself to double as a "screenshot" and documentation. Forgive the syntax highlighting: there is no way to deactivate and keep the whitespace and monospaced font properly. mango(1) User Commands mango(1)NAME mango - Create a man page from a Go package's source file's documenta- tion.SYNOPSIS mango [-help] [-import import_path] [-name name] [-version version] [-manual manual] [-package package_name] [-section Sections] [-include Includes] [package-dire

Read more

Gomake - A Make Tool for the Programming Language Go

Gomake is currently being rewritten so it shall one day be able to compile the go source tree. Everything below this line is a description of the old Gomake implementation, which can be found in the repository's directory /old/. It's outdated and does not compile with current versions of go. Old GomakeThis is a make tool for building go programs without creating makefiles. It is designed to suit standard conventions defined by the go repository. It behaves like make, it builds a dependency graph

Read more

abunner-godump

Dump Go variables to a string; similar to PHP's var_dump and Perl's Dumper. Forked from http://code.google.com/p/golang/

Read more

Golang-on-cygwin - Google Go Programming Language port to Cygwin [EXPERIMENTAL]

This is an experimental port to Cygwin. Nothing here is stable. To check out this repo, run the following command: hg clone https://golang-on-cygwin.googlecode.com/hg/ golang-on-cygwin To build, check out the code and set the following environment variables: export GOROOT=/path/to/golang-on-cygwinexport GOARCH=386export GOOS=linuxexport GOBIN=/path/to/your/local/binexport PATH=$PATH:$GOBIN

Read more

Golangide - LiteIDE Released for Go

IntroductionLiteIDE is a simple, open source, cross-platform IDE. Base Features:Mime type basis system System environment manage Build system manage Debug system simple and open Kate syntax and style scheme WordApi complete helper Golang Support:GOPATH Project Go Playground Golang ast view Godoc browser Gocode helper Project wizard Project build Source build SystemWindows Linux MacOSX LinkDownload: http://code.google.com/p/golangide/downloads/list Source: http://code.google.com/p/liteide Group:

Read more

Golang-china - Go 语言中文翻译项目

翻译任务安排2010年12月:command 2011年01月:pkg部分 �布:Go语言文档�稿 认领任务�翻译进展�检验�疑问等,请邮件讨论 golang-china@googlegroups.com 中文文档翻译进度 标题

Read more

Liteide - LiteIDE is a simple, open source, cross-platform IDE.

IntroductionLiteIDE is a simple, open source, cross-platform IDE. Base Features:Mime type basis system System environment manage Build system manage Debug system simple and open Kate syntax and style scheme WordApi complete helper Golang Support:GOPATH Project Go Playground Golang ast view Godoc browser Gocode helper Project wizard Project build Source build SystemWindows Linux MacOSX Downloadhttp://code.google.com/p/golangide

Read more

Urmel-Go2D

GoLang 2D Game Library based on SDL 1.3. This can be used to easily write games using Go (www.golang.org) using SDL 1.3 for hardware-accelerated rendering (OpenGL or DirectX9). This will also be the core engine for the MMORPG "Pokemon Universe" (https://code.google.com/p/pokemon-universe)

Read more

Golang-korea - go 개발언어 관련 �료를 한국어로 번역하는 프로�트

golang.org� 있는 go언어 관련 �료를 한국어로 번역하였습니다. 번역 문서Go 프로그래� 블로그국내기사��� �료�시성(Concurrency)�히기사용� 모임 번역 문서 문서

Read more

Goweibo - weibo api implemented by golang

Use golang to implement weibo api. Information of weibo api is introduced in: http://open.t.sina.com.cn/wiki/index.php/API%E6%96%87%E6%A1%A3

Read more

Related Tags
Browse projects by tags.