source: code/trunk/vendor/modernc.org/libc/README.md@ 822

Last change on this file since 822 was 822, checked in by yakumo.izuru, 22 months ago

Prefer immortal.run over runit and rc.d, use vendored modules
for convenience.

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 534 bytes
RevLine 
[822]1# libc
2
3Package libc provides C-runtime services. Work in progress.
4
5This package is a continuation of the Crt package in modernc.org/crt/v3.
6
7Installation
8
9 $ go get [-u] modernc.org/libc
10
11Documentation: [godoc.org/modernc.org/libc](http://godoc.org/modernc.org/libc)
12
13Building with `make` requires the following Go packages
14
15* github.com/golang/lint/golint
16* github.com/mdempsky/maligned
17* github.com/mdempsky/unconvert
18* honnef.co/go/tools/cmd/unused
19* honnef.co/go/tools/cmd/gosimple
20* github.com/client9/misspell/cmd/misspell
Note: See TracBrowser for help on using the repository browser.