Golang

From musings of k8
Revision as of 13:13, 20 March 2020 by Kward (talk | contribs) (Created page with "# Golang The Go Programming Language (https://golang.org/) ## Libraries **Record I/O Formats** - https://github.com/golang/leveldb The LevelDB key-value database in the Go...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.