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...")
 
Line 9: Line 9:
 
- https://github.com/golang/leveldb The LevelDB key-value database in the Go programming language.
 
- 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.
 
- 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.
 +
 +
## Testing
 +
 +
[[Golang:Testing]]

Revision as of 14:31, 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.

    1. Testing

Golang:Testing