Go Home Page
The Go Programming Language

Directory src/pkg/exp

Subdirectories

Name   Synopsis
..
4s
datafmt The datafmt package implements syntax-directed, type-driven formatting of arbitrary data structures.
draw Package draw provides basic graphics and drawing primitives, in the style of the Plan 9 graphics library (see http://plan9.bell-labs.com/magic/man2html/2/draw) and the X Render extension.
x11 This package implements an X11 backend for the exp/draw package.
eval This package is the beginning of an interpreter for Go.
exception This package illustrates how basic try-catch exception handling can be emulated using goroutines, channels, and closures.
iterable The iterable package provides several traversal and searching methods.
nacl
av Package av implements audio and video access for Native Client binaries running standalone or embedded in a web browser window.
srpc This package implements Native Client's simple RPC (SRPC).
ogle Ogle is the beginning of a debugger for Go.
spacewar