mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Move go-nmea to Text Processing
This commit is contained in:
parent
d7740f7d4b
commit
280c860538
@ -654,6 +654,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [enca](https://github.com/endeveit/enca) - Minimal cgo bindings for [libenca](http://cihar.com/software/enca/).
|
||||
* [genex](https://github.com/alixaxel/genex) - Count and expand Regular Expressions into all matching Strings
|
||||
* [go-humanize](https://github.com/dustin/go-humanize) - Formatters for time, numbers, and memory size to human readable format.
|
||||
* [go-nmea](https://github.com/adrianmo/go-nmea) - NMEA parser library for the Go language.
|
||||
* [go-pkg-rss](https://github.com/jteeuwen/go-pkg-rss) - This package reads RSS and Atom feeds and provides a caching mechanism that adheres to the feed specs.
|
||||
* [go-pkg-xmlx](https://github.com/jteeuwen/go-pkg-xmlx) - Extension to the standard Go XML package. Maintains a node tree that allows forward/backwards browsing and exposes some simple single/multi-node search functions.
|
||||
* [go-runewidth](https://github.com/mattn/go-runewidth) - Functions to get fixed width of the character or string.
|
||||
@ -714,7 +715,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [go-cron](https://github.com/rk/go-cron) - A simple Cron library for go that can execute closures or functions at varying intervals, from once a second to once a year on a specific date and time. Primarily for web applications and long running daemons.
|
||||
* [go-debug](https://github.com/tj/go-debug) - Conditional debug logging for Golang libraries & applications
|
||||
* [go-dry](https://github.com/ungerik/go-dry) - DRY (don't repeat yourself) package for Go.
|
||||
* [go-nmea](https://github.com/adrianmo/go-nmea) - NMEA parser library for the Go language.
|
||||
* [go-underscore](https://github.com/tobyhede/go-underscore) - A useful collection of helpfully functional Go collection utilities.
|
||||
* [goback](https://github.com/carlescere/goback) - Go simple exponential backoff package.
|
||||
* [godaemon](https://github.com/VividCortex/godaemon) - Utility to write daemons
|
||||
|
Loading…
Reference in New Issue
Block a user