tadasv / scripting-goLinks
☆12Updated 8 years ago
Alternatives and similar repositories for scripting-go
Users that are interested in scripting-go are comparing it to the libraries listed below
Sorting:
- (GitHub) Pkg Critic is a tool combining search results from GoDoc API and stats info from GitHub API.☆15Updated 9 years ago
- A reader and writer per https://www.imperialviolet.org/2014/06/27/streamingencryption.html☆14Updated 5 years ago
- A library that provides simple TLS SNI demultiplexing without actually consuming the SSL handshake.☆23Updated 9 years ago
- Package atomicfile provides an atomically written/replaced file.☆51Updated 7 years ago
- A hashmap for Go that uses crypto random seeds, hash hints, open addressing, and robin hood hashing.☆29Updated 6 years ago
- A C11 positional lexer with error reporting written in Go☆22Updated 8 years ago
- xast: ast rewriter with built-in clean up.☆27Updated 8 years ago
- An API optimized for processing timeseries data.☆35Updated 4 years ago
- Package counting provides wrappers to add counting to io.Reader and io.Writer.☆24Updated 10 years ago
- Remove implicit field traversals from Go source☆37Updated 3 years ago
- [Go] FreeTree - generic binary-search-tree without any GC overhead☆45Updated 9 years ago
- CSRF protection middleware via context for Go.☆21Updated 7 years ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- Various Go utility packages.☆37Updated 7 years ago
- golang port of Gimli, https://gimli.cr.yp.to, a 384-bit permutation designed to achieve high security with high performance across a broa…☆17Updated 7 years ago
- Get / Watch / Report -ing of operational data. This project is deprecated and not maintained.☆39Updated 8 years ago
- An Go language package for getting your public IP address. It's inspired by go-ipify: https://github.com/rdegges/go-ipify☆24Updated 6 years ago
- Find unnecessarily exported identifiers in a package and help unexport them.☆35Updated 4 years ago
- 💧 In memory dataset filtering☆49Updated 4 years ago
- Re-usable Go components and micro-frameworks☆33Updated 7 years ago
- Runlevel 1, you stay unix socket. Runlevel 3, you listen tcp! Kicks old process on boot. Shuts down when kicked by new process. Could con…☆23Updated 4 years ago
- Package ssdp implements the Simple Service Discovery Protocol (SSDP)☆50Updated 7 years ago
- A GO web application profiler.☆59Updated 7 years ago
- Backtrace Crash Delivery for Go☆24Updated 6 years ago
- Faster search for fixed patterns with Go☆27Updated 7 years ago
- github.com/cznic/fileutil has moved to modernc.org/fileutil☆15Updated 6 years ago
- In-process plugin framework for Golang code