github.com/afumu/libc@v0.0.6/README.md (about)

     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