Path | Synopsis |
---|---|
ebnf | Package ebnf is a library for EBNF grammars. |
ebnflint | Ebnflint verifies that EBNF productions are consistent and grammatically correct. |
inotify | Package inotify implements a wrapper for the Linux inotify system. |
io/i2c | Package i2c allows users to read from an write to a slave I2C device. |
io/i2c/driver | Package driver contains interfaces to be implemented by various I2C implementations. |
io/spi | Package spi allows users to read from and write to an SPI device. |
io/spi/driver | Package driver contains interfaces to be implemented by various SPI implementations. |
mmap | Package mmap provides a way to memory-map a file. |
old/netchan | Package netchan implements type-safe networked channels: it allows the two ends of a channel to appear on different computers connected by a network. |
shiny/driver | Package driver provides the default driver for accessing a screen. |
shiny/driver/gldriver | Package gldriver provides an OpenGL driver for accessing a screen. |
shiny/driver/internal/drawer | Package drawer provides functions that help implement screen.Drawer methods. |
shiny/driver/internal/errscreen | Package errscreen provides a stub Screen implementation. |
shiny/driver/internal/event | Package event provides an infinitely buffered event queue. |
shiny/driver/internal/swizzle | Package swizzle provides functions for converting between RGBA pixel formats. |
shiny/driver/internal/win32 | Package win32 implements a partial shiny screen driver using the Win32 API. |
shiny/driver/internal/x11key | x11key contains X11 numeric codes for the keyboard and mouse. |
shiny/driver/windriver | Package windriver provides the Windows driver for accessing a screen. |
shiny/driver/x11driver | Package x11driver provides the X11 driver for accessing a screen. |
shiny/screen | Package screen provides interfaces for portable two-dimensional graphics and input events. |
shiny/text | Package text lays out paragraphs of text. |
shiny/unit | Package unit defines units of length such as inches or pixels. |
shiny/vendor/github.com/BurntSushi/xgb | Package XGB provides the X Go Binding, which is a low-level API to communicate with the core X protocol and many of the X extensions. |
shiny/vendor/github.com/BurntSushi/xgb/render | Package render is the X client API for the RENDER extension. |
shiny/vendor/github.com/BurntSushi/xgb/shm | Package shm is the X client API for the MIT-SHM extension. |
shiny/vendor/github.com/BurntSushi/xgb/xproto | Package xproto is the X client API for the extension. |
shiny/widget | Package widget provides graphical user interface widgets. |
utf8string | Package utf8string provides an efficient way to index strings by rune rather than by byte. |
winfsnotify | Package winfsnotify allows the user to receive file system event notifications on Windows. |
Updated 2016-04-20. Refresh now. Tools for package owners.