mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
Adding delve and afero entries
parent
a4ed2ad77a
commit
00455ab1da
@ -142,6 +142,7 @@ Start by reading the [overview of mobile development](Mobile) documentation firs
|
|||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
|
* [Debugging Go Programs with Delve](https://blog.gopheracademy.com/advent-2015/debugging-with-delve/) _2015-12-03_
|
||||||
* [Upgrade Your Appengine Tests with Testify](http://csfortheslothful.blogspot.com/2015/11/upgrade-your-appengine-tests-with.html) _2015_11_21_
|
* [Upgrade Your Appengine Tests with Testify](http://csfortheslothful.blogspot.com/2015/11/upgrade-your-appengine-tests-with.html) _2015_11_21_
|
||||||
|
|
||||||
## Web & API Development
|
## Web & API Development
|
||||||
|
@ -649,6 +649,7 @@ See also [[SQLDrivers page|SQLDrivers]].
|
|||||||
|
|
||||||
## File Systems
|
## File Systems
|
||||||
|
|
||||||
|
* [afero](https://github.com/spf13/afero) - A File Sytem abstraction system for Go
|
||||||
* [go.fs](https://github.com/daaku/go.fs) - A virutal file system abstraction layer.
|
* [go.fs](https://github.com/daaku/go.fs) - A virutal file system abstraction layer.
|
||||||
* [poller](https://github.com/npat-efault/poller) - Package poller is a file-descriptor multiplexer. It allows concurent Read and Write operations from and to multiple file-descriptors.
|
* [poller](https://github.com/npat-efault/poller) - Package poller is a file-descriptor multiplexer. It allows concurent Read and Write operations from and to multiple file-descriptors.
|
||||||
* [vfsgen](https://github.com/shurcooL/vfsgen) - Generates a vfsdata.go file that statically implements the given virtual filesystem.
|
* [vfsgen](https://github.com/shurcooL/vfsgen) - Generates a vfsdata.go file that statically implements the given virtual filesystem.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user