github.com/nvi-inc/fsgo@v0.2.1/README.md (about) 1 # Go VLBI Field System library 2 [![](https://godoc.org/github.com/nathany/looper?status.svg)](http://godoc.org/github.com/nvi-inc/fsgo) 3 4 This library implements pure Go access to the VLBI Field System shared memory and semaphores. 5 6 Some high level interfaces are provided for supported all FS versions, but access for a particular version can be done via `reflect`. 7 8 Write access is not tested and while should work, will require care and understanding of the FS idioms. 9 10 FS scheduling and class buffers not implemented yet. 11 12 This includes a modified version of `cgo` for generating the interface. This code is covered by its original license.