rainycape / vfsLinks
vfs implements Virtual File Systems with read-write support in Go (golang)
☆37Updated 8 years ago
Alternatives and similar repositories for vfs
Users that are interested in vfs are comparing it to the libraries listed below
Sorting:
- Xferspdy provides binary diff and patch library in golang. [Mentioned in Awesome Go, https://github.com/avelino/awesome-go]☆102Updated 4 years ago
- VNC client and server library for Go.☆48Updated 7 years ago
- Type safe go bindings to interact with chrome remote interface.☆120Updated 7 years ago
- SFTP server library in Go☆77Updated 6 years ago
- Goof (Go Object Finder) is a package that does the unthinkable to your binary☆153Updated last year
- github.com/cznic/sqlite2go has moved to modernc.org/sqlite2go☆33Updated 6 years ago
- A FUSE file system in Go extended with persistent file storage☆125Updated 4 years ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- A Go preprocessor for package scoped reflection☆105Updated 7 years ago
- Pure Go implementation of cryptographic APIs found in libsodium☆45Updated 4 years ago
- Composable utilities for Go contexts☆26Updated 6 years ago
- An implementation of the FileSystem interface for tar files.☆60Updated 5 years ago
- ZebraPack format is like gobs version 2: serialization in Go, *but* extremely fast and friendly to other languages. Use Go as your schema…☆171Updated 6 years ago
- singlefile implements a host wide locking mechanism.☆34Updated 10 years ago
- Very fast, very unsafe serialization for Go☆147Updated 2 years ago
- Go Bindings for libmagic and an idiomatic API for getting a file's MIME type.☆41Updated 5 years ago
- Cross-language serialization for Golang: greenpack adds versioning, stronger typing, and optional schema atop msgpack2. `greenpack -msgpa…