Update and add index
This commit is contained in:
18
html/go.html
18
html/go.html
@@ -619,7 +619,7 @@ package to easily provide a terminal spinner with options.</li>
|
||||
<li><a href="https://github.com/cheynewallace/tabby">tabby</a> - A tiny
|
||||
library for super simple Golang tables.</li>
|
||||
<li><a href="https://github.com/tomlazar/table">table</a> - Small
|
||||
library for terminal color based tables .</li>
|
||||
library for terminal color based tables.</li>
|
||||
<li><a href="https://github.com/InVisionApp/tabular">tabular</a> - Print
|
||||
ASCII tables from command line utilities without the need to pass large
|
||||
sets of data to the API.</li>
|
||||
@@ -780,8 +780,8 @@ want).</li>
|
||||
<li><a href="https://github.com/JeremyLoy/config">config</a> - Cloud
|
||||
native application configuration. Bind ENV to structs in only two
|
||||
lines.</li>
|
||||
<li><a href="https://github.com/num30/config">config</a> - configure you
|
||||
app using file, environment variables, or flags in two lines of
|
||||
<li><a href="https://github.com/num30/config">config</a> - configure
|
||||
your app using file, environment variables, or flags in two lines of
|
||||
code</li>
|
||||
<li><a href="https://github.com/olebedev/config">config</a> - JSON or
|
||||
YAML configuration wrapper with environment variables and flags
|
||||
@@ -851,7 +851,7 @@ GoLobby Config is a lightweight yet powerful configuration manager for
|
||||
the Go programming language.</li>
|
||||
<li><a
|
||||
href="https://github.com/One-com/gone/tree/master/jconf">gone/jconf</a>
|
||||
- Modular JSON configuration. Keep you config structs along with the
|
||||
- Modular JSON configuration. Keep your config structs along with the
|
||||
code they configure and delegate parsing to submodules without
|
||||
sacrificing full config serialization.</li>
|
||||
<li><a href="https://github.com/milad-abbasi/gonfig">gonfig</a> -
|
||||
@@ -861,7 +861,7 @@ providers into typesafe struct.</li>
|
||||
application config manage(load,get,set). support JSON, YAML, TOML, INI,
|
||||
HCL. multi file load, data override merge.</li>
|
||||
<li><a href="https://github.com/beatlabs/harvester">harvester</a> -
|
||||
Harvester, a easy to use static and dynamic configuration package
|
||||
Harvester, an easy to use static and dynamic configuration package
|
||||
supporting seeding, env vars and Consul integration.</li>
|
||||
<li><a href="https://github.com/hjson/hjson-go">hjson</a> - Human JSON,
|
||||
a configuration file format for humans. Relaxed syntax, fewer mistakes,
|
||||
@@ -875,7 +875,7 @@ persisted in an ini-like config file.</li>
|
||||
<li><a href="https://github.com/go-ini/ini">ini</a> - Go package to read
|
||||
and write INI files.</li>
|
||||
<li><a href="https://github.com/wlevene/ini">ini</a> - INI Parser &
|
||||
Write Library, Unmarshal to Struct,Marshal to Json,Write File,watch
|
||||
Write Library, Unmarshal to Struct, Marshal to Json, Write File, watch
|
||||
file.</li>
|
||||
<li><a href="https://github.com/joshbetz/config">joshbetz/config</a> -
|
||||
Small configuration library for Go that parses environment variables,
|
||||
@@ -1021,7 +1021,7 @@ streams.</li>
|
||||
<li><a href="https://github.com/linvon/cuckoo-filter">cuckoo-filter</a>
|
||||
- Cuckoo filter: a comprehensive cuckoo filter, which is configurable
|
||||
and space optimized compared with other implements, and all features
|
||||
mentioned in original paper is available.</li>
|
||||
mentioned in original paper are available.</li>
|
||||
<li><a href="https://github.com/seiflotfy/cuckoofilter">cuckoofilter</a>
|
||||
- Cuckoo filter: a good alternative to a counting bloom filter
|
||||
implemented in Go.</li>
|
||||
@@ -1349,7 +1349,7 @@ Ledisdb is a high performance NoSQL like Redis based on LevelDB.</li>
|
||||
<li><a href="https://github.com/jmhodges/levigo">levigo</a> - Levigo is
|
||||
a Go wrapper for LevelDB.</li>
|
||||
<li><a href="https://github.com/amit-davidson/LibraDB">libradb</a> -
|
||||
LibraDB is a simple database with less then 1000 lines of code for
|
||||
LibraDB is a simple database with less than 1000 lines of code for
|
||||
learning.</li>
|
||||
<li><a href="https://github.com/lindb/lindb">LinDB</a> - LinDB is a
|
||||
scalable, high performance, high availability distributed time series
|
||||
@@ -2493,7 +2493,7 @@ parallel processing.</li>
|
||||
making common tasks easier and safer.</li>
|
||||
<li><a
|
||||
href="https://github.com/vivek-ng/concurrency-limiter">concurrency-limiter</a>
|
||||
- Concurrency limiter with support for timeouts , dynamic priority and
|
||||
- Concurrency limiter with support for timeouts, dynamic priority and
|
||||
context cancellation of goroutines.</li>
|
||||
<li><a href="https://github.com/ITcathyh/conexec">conexec</a> - A
|
||||
concurrent toolkit to help execute funcs concurrently in an efficient
|
||||
|
||||
Reference in New Issue
Block a user