add tracer package (#2584)

* add tracer package

* Remove emoji

Remove emoji in breaker description

* Remove unprintable symbol

Remove the unprintable symbol (probably an emoji?)
This commit is contained in:
Kamil Samigullin 2019-07-01 23:29:50 +03:00 committed by Avelino
parent ceb68ec7d8
commit 9fb722cb35

View File

@ -305,6 +305,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
## Data Structures
*Generic datastructures and algorithms in Go.*
* [algorithms](https://github.com/shady831213/algorithms) - Algorithms and data structures.CLRS study.
* [binpacker](https://github.com/zhuangsirui/binpacker) - Binary packer and unpacker helps user build custom binary stream.
* [bit](https://github.com/yourbasic/bit) - Golang set data structure with bonus bit-twiddling functions.
@ -744,7 +745,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [ants](https://github.com/panjf2000/ants) - A high-performance goroutine pool for golang.
* [artifex](https://github.com/borderstech/artifex) - Simple in-memory job queue for Golang using worker-based dispatching.
* [async](https://github.com/studiosol/async) - A safe way to execute functions asynchronously, recovering them in case of panic.
* [breaker](https://github.com/kamilsk/breaker) - 🚧 Flexible mechanism to make your code breakable.
* [breaker](https://github.com/kamilsk/breaker) - Flexible mechanism to make execution flow interruptible.
* [cyclicbarrier](https://github.com/marusama/cyclicbarrier) - CyclicBarrier for golang.
* [go-floc](https://github.com/workanator/go-floc) - Orchestrate goroutines with ease.
* [go-flow](https://github.com/kamildrazkiewicz/go-flow) - Control goroutines execution order.
@ -1025,6 +1026,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
## Microsoft Office
### Microsoft Excel
*Libraries for working with Microsoft Excel.*
* [excelize](https://github.com/360EntSecGroup-Skylar/excelize) - Golang library for reading and writing Microsoft Excel™ (XLSX) files.
@ -1036,6 +1038,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
## Miscellaneous
### Dependency Injection
*Libraries for working with dependency injection.*
* [alice](https://github.com/magic003/alice) - Additive dependency injection container for Golang.
@ -1054,7 +1057,9 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [scaffold](https://github.com/catchplay/scaffold) - Scaffold generates starter Go project layout. Lets you focus on business logic implemeted.
### Strings
*Libraries for working with strings.*
* [strutil](https://github.com/ozgio/strutil) - String utilities.
* [xstrings](https://github.com/huandu/xstrings) - Collection of useful string functions ported from other languages.
@ -1749,6 +1754,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [structs](https://github.com/PumpkinSeed/structs) - Implement simple functions to manipulate structs.
* [Task](https://github.com/go-task/task) - simple "Make" alternative.
* [toolbox](https://github.com/viant/toolbox) - Slice, map, multimap, struct, function, data conversion utilities. Service router, macro evaluator, tokenizer.
* [tracer](https://github.com/kamilsk/tracer) - Simple, lightweight tracing.
* [ugo](https://github.com/alxrm/ugo) - ugo is slice toolbox with concise syntax for Go.
* [UNIS](https://github.com/esemplastic/unis) - Common Architecture™ for String Utilities in Go.
* [usql](https://github.com/knq/usql) - usql is a universal command-line interface for SQL databases.
@ -2055,6 +2061,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [winrm-cli](https://github.com/masterzen/winrm-cli) - Cli tool to remotely execute commands on Windows machines.
### Other Software
* [borg](https://github.com/crufter/borg) - Terminal based search engine for bash snippets.
* [boxed](https://github.com/tejo/boxed) - Dropbox based blog engine.
* [Cherry](https://github.com/rafael-santiago/cherry) - Tiny webchat server in Go.