mirror of
https://github.com/avelino/awesome-go.git
synced 2024-12-12 17:13:58 +00:00
remove low-quality repo (#2669)
This commit is contained in:
parent
aa806e6b6c
commit
26ce7bc226
10
README.md
10
README.md
@ -978,7 +978,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [goscore](https://github.com/asafschers/goscore) - Go Scoring API for PMML.
|
||||
* [gosseract](https://github.com/otiai10/gosseract) - Go package for OCR (Optical Character Recognition), by using Tesseract C++ library.
|
||||
* [libsvm](https://github.com/datastream/libsvm) - libsvm golang version derived work based on LIBSVM 3.14.
|
||||
* [mlgo](https://github.com/NullHypothesis/mlgo) - This project aims to provide minimalistic machine learning algorithms in Go.
|
||||
* [neat](https://github.com/jinyeom/neat) - Plug-and-play, parallel Go framework for NeuroEvolution of Augmenting Topologies (NEAT).
|
||||
* [neural-go](https://github.com/schuyler/neural-go) - Multilayer perceptron network implemented in Go, with training via backpropagation.
|
||||
* [ocrserver](https://github.com/otiai10/ocrserver) - A simple OCR API server, seriously easy to be deployed by Docker and Heroku.
|
||||
@ -1133,7 +1132,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
*Libraries for working with human languages.*
|
||||
|
||||
* [getlang](https://github.com/rylans/getlang) - Fast natural language detection package.
|
||||
* [go-eco](https://github.com/ThePaw/go-eco) - Similarity, dissimilarity and distance matrices; diversity, equitability and inequality measures; species richness estimators; coenocline models.
|
||||
* [go-i18n](https://github.com/nicksnyder/go-i18n/) - Package and an accompanying tool to work with localized text.
|
||||
* [go-mystem](https://github.com/dveselov/mystem) - CGo bindings to Yandex.Mystem - russian morphology analyzer.
|
||||
* [go-nlp](https://github.com/nuance/go-nlp) - Utilities for working with discrete probability distributions and other tools useful for doing NLP work.
|
||||
@ -1337,9 +1335,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [ewma](https://github.com/VividCortex/ewma) - Exponentially-weighted moving averages.
|
||||
* [geom](https://github.com/skelterjohn/geom) - 2D geometry for golang.
|
||||
* [go-dsp](https://github.com/mjibson/go-dsp) - Digital Signal Processing for Go.
|
||||
* [go-fn](https://github.com/ematvey/go-fn) - Mathematical functions written in Go language, that are not covered by math pkg.
|
||||
* [go-gt](https://github.com/ThePaw/go-gt) - Graph theory algorithms written in "Go" language.
|
||||
* [gocomplex](https://github.com/varver/gocomplex) - Complex number library for the Go programming language.
|
||||
* [goent](https://github.com/kzahedi/goent) - GO Implementation of Entropy Measures.
|
||||
* [gohistogram](https://github.com/VividCortex/gohistogram) - Approximate histograms for data streams.
|
||||
* [gonum](https://github.com/gonum/gonum) - Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more.
|
||||
@ -1465,7 +1461,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [badio](https://github.com/cavaliercoder/badio) - Extensions to Go's `testing/iotest` package.
|
||||
* [baloo](https://github.com/h2non/baloo) - Expressive and versatile end-to-end HTTP API testing made easy.
|
||||
* [biff](https://github.com/fulldump/biff) - Bifurcation testing framework, BDD compatible.
|
||||
* [bro](https://github.com/marioidival/bro) - Watch files in directory and run tests for them.
|
||||
* [charlatan](https://github.com/percolate/charlatan) - Tool to generate fake interface implementations for tests.
|
||||
* [commander](https://github.com/SimonBaeumer/commander) - Tool for testing cli applications on windows, linux and osx.
|
||||
* [cupaloy](https://github.com/bradleyjkemp/cupaloy) - Simple snapshot testing addon for your test framework.
|
||||
@ -1656,7 +1651,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [steam](https://github.com/sostronk/go-steam) - Go Library to interact with Steam game servers.
|
||||
* [stripe](https://github.com/stripe/stripe-go) - Go client for the Stripe API.
|
||||
* [textbelt](https://github.com/dietsche/textbelt) - Go client for the textbelt.com txt messaging API.
|
||||
* [TheMovieDb](https://github.com/jbrodriguez/go-tmdb) - Simple golang package to communicate with [themoviedb.org](https://themoviedb.org).
|
||||
* [translate](https://github.com/poorny/translate) - Go online translation package.
|
||||
* [Trello](https://github.com/adlio/trello) - Go wrapper for the Trello API.
|
||||
* [TripAdvisor](https://github.com/mrbenosborne/tripadvisor-golang) - Go wrapper for the TripAdvisor API.
|
||||
@ -1691,7 +1685,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [dlog](https://github.com/kirillDanshin/dlog) - Compile-time controlled logger to make your release smaller without removing debug calls.
|
||||
* [ergo](https://github.com/cristianoliveira/ergo) - The management of multiple local services running over different ports made easy.
|
||||
* [evaluator](https://github.com/nullne/evaluator) - Evaluate an expression dynamicly based on s-expression. It's simple and easy to extend.
|
||||
* [fastlz](https://github.com/digitalcrab/fastlz) - Wrap over [FastLz](http://fastlz.org/) (free, open-source, portable real-time compression library) for GoLang.
|
||||
* [filetype](https://github.com/h2non/filetype) - Small package to infer the file type checking the magic numbers signature.
|
||||
* [filler](https://github.com/yaronsumel/filler) - small utility to fill structs using "fill" tag.
|
||||
* [filter](https://github.com/gookit/filter) - provide filtering, sanitizing, and conversion of Go data.
|
||||
@ -1874,7 +1867,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [Revel](https://github.com/revel/revel) - High-productivity web framework for the Go language.
|
||||
* [rex](https://github.com/goanywhere/rex) - Rex is a library for modular development built upon gorilla/mux, fully compatible with `net/http`.
|
||||
* [rux](https://github.com/gookit/rux) - Simple and fast web framework for build golang HTTP applications.
|
||||
* [sawsij](https://github.com/jaybill/sawsij) - lightweight, open-source web framework for building high-performance, data-driven web applications.
|
||||
* [tango](https://github.com/lunny/tango) - Micro & pluggable web framework for Go.
|
||||
* [tigertonic](https://github.com/rcrowley/go-tigertonic) - Go framework for building JSON web services inspired by Dropwizard.
|
||||
* [traffic](https://github.com/pilu/traffic) - Sinatra inspired regexp/pattern mux and web framework for Go.
|
||||
@ -1997,7 +1989,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [GoSublime](https://github.com/DisposaBoy/GoSublime) - Golang plugin collection for the text editor SublimeText 3 providing code completion and other IDE-like features.
|
||||
* [gounit-vim](https://github.com/hexdigest/gounit-vim) - Vim plugin for generating Go tests based on the function's or method's signature.
|
||||
* [theia-go-extension](https://github.com/theia-ide/theia-go-extension) - Go language support for the Theia IDE.
|
||||
* [velour](https://github.com/velour/velour) - IRC client for the acme editor.
|
||||
* [vim-compiler-go](https://github.com/rjohnsondev/vim-compiler-go) - Vim plugin to highlight syntax errors on save.
|
||||
* [vim-go](https://github.com/fatih/vim-go) - Go development plugin for Vim.
|
||||
* [vscode-go](https://github.com/Microsoft/vscode-go) - Extension for Visual Studio Code (VS Code) which provides support for the Go language.
|
||||
@ -2156,7 +2147,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [go-web-framework-benchmark](https://github.com/smallnest/go-web-framework-benchmark) - Go web framework benchmark.
|
||||
* [go_serialization_benchmarks](https://github.com/alecthomas/go_serialization_benchmarks) - Benchmarks of Go serialization methods.
|
||||
* [gocostmodel](https://github.com/PuerkitoBio/gocostmodel) - Benchmarks of common basic operations for the Go language.
|
||||
* [golang-micro-benchmarks](https://github.com/amscanne/golang-micro-benchmarks) - Tiny collection of Go micro benchmarks. The intent is to compare some language features to others.
|
||||
* [golang-sql-benchmark](https://github.com/tyler-smith/golang-sql-benchmark) - Collection of benchmarks for popular Go database/SQL utilities.
|
||||
* [gospeed](https://github.com/feyeleanor/GoSpeed) - Go micro-benchmarks for calculating the speed of language constructs.
|
||||
* [kvbench](https://github.com/jimrobinson/kvbench) - Key/Value database benchmark.
|
||||
|
Loading…
Reference in New Issue
Block a user