Difference between revisions of "Golang"

From musings of k8
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 13:13, 20 March 2020

  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.