Skip to content

knieriem/g

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utility packages for Go.

  • go9p

    Utility functions for go9p

  • image

    A Bitmap image of BinaryColor values implementing the image.Image interface. It is used by packages pnm and xbm, which contain decoders for raw PBM and XBM images.

  • ioutil

    ChannelizeReader and IsTerminal.

  • windows/registry

    Access to Windows' registry database (still read-only).

  • windows/setupapi

    Access to some SetupDi functions.

  • syscall

    System functions for Linux and Windows that are not defined by golang.org/x/sys; some of them are needed to implement the above packages.

    They make use of mksyscall.pl resp. mkwinsyscall from $GOROOT/src/pkg/syscall.