Golang

From musings of k8
Revision as of 14:31, 20 March 2020 by Kward (talk | contribs)
Jump to navigation Jump to search
  1. Golang

The Go Programming Language (https://golang.org/)

    1. Libraries
    • Record I/O Formats**

- https://github.com/golang/leveldb The LevelDB key-value database in the Go programming language. - https://github.com/kythe/kythe/blob/master/kythe/go/util/riegeli/riegeli.go Package riegeli implements a Reader and Writer for the Riegeli records format.

    1. Testing

Golang:Testing