Last change
on this file since 823 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
|
Line | |
---|
1 | # libc
|
---|
2 |
|
---|
3 | Package libc provides C-runtime services. Work in progress.
|
---|
4 |
|
---|
5 | This package is a continuation of the Crt package in modernc.org/crt/v3.
|
---|
6 |
|
---|
7 | Installation
|
---|
8 |
|
---|
9 | $ go get [-u] modernc.org/libc
|
---|
10 |
|
---|
11 | Documentation: [godoc.org/modernc.org/libc](http://godoc.org/modernc.org/libc)
|
---|
12 |
|
---|
13 | Building 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.