mirror of
https://github.com/hackstoic/golang-open-source-projects.git
synced 2025-01-23 01:30:21 +08:00
typo fix
fix typo
This commit is contained in:
parent
3485ace4f6
commit
c270fcf4ca
@ -6,7 +6,7 @@
|
||||
|
||||
ps: 以下项目**star数均大于100**,且会定期检查项目的url,剔除无效链接。 每个分类下的项目会按照**star数从高到低**进行排列。
|
||||
|
||||
[目录](#目录)
|
||||
# 目录
|
||||
|
||||
- [监控系统](#监控系统)
|
||||
- [容器技术](#容器技术)
|
||||
@ -191,11 +191,10 @@ ps: 以下项目**star数均大于100**,且会定期检查项目的url,剔
|
||||
|[huichen/wukong ](https://github.com/huichen/wukong)| WuKong 是一个全文搜索引擎。功能特性有:高效索引和搜索(1M条微博500M数据28秒索引完,1.65毫秒搜索响应时间,19K搜索QPS);支持中文分词(使用sego分词包并发分词,速度27MB/秒);支持计算关键词在文本中的紧邻距离(token proximity);支持计算BM25相关度;支持自定义评分字段和评分规则;支持在线添加、删除索引;支持持久存储;可实现分布式索引和搜索等 |
|
||||
|[afex/hystrix-go ](https://github.com/afex/hystrix-go)| 用来隔离远程系统调用, 第三方库调用 ,服务调用, 提供熔断机制,避免雪崩效应的库, Hystrix的go 版本。 注Hystrixs是Netflix开源的一个java库 |
|
||||
|[tus/tusd ](https://github.com/tus/tusd)| 实现文件上传的断点续传功能, 整套功能包含了协议实现,client, server。 client及server有多种语言的实现包括go, python, node等|
|
||||
|
|
||||
|[codetainerapp/codetainer ](https://github.com/codetainerapp/codetainer)| Codetainer 可以让你创建基于浏览器上的代码运行沙箱,可方便的嵌入到你的 Web 应用中。你可以把它当成是 codepicnic.com 的开源克隆) . |
|
||||
|[ga0/netgraph ](https://github.com/ga0/netgraph)| netgraph 是一个 Go 语言编写的跨平台的 B/S 架构的 HTTP 抓包工具,方便在 Linux 服务器上直接查看 HTTP 包。 |
|
||||
|[hidu/pproxy ](https://github.com/hidu/pproxy)|http抓包代理程序,http协议调试工具 |
|
||||
|[andyxning/shortme ](https://github.com/andyxning/shortme)| 用Golang编写的URL短链接服务。 |
|
||||
|[andyxning/shortme ](https://github.com/andyxning/shortme)| 用Golang编写的URL短链接服务。|
|
||||
|
||||
# Web框架
|
||||
| 项目 | 简介 |
|
||||
@ -247,4 +246,4 @@ ps: 以下项目**star数均大于100**,且会定期检查项目的url,剔
|
||||
|[robustirc/robustirc ](https://github.com/robustirc/robustirc)| RobustIRC 是不会有网络中断情况的 IRC。RobustIRC 主要特性:服务器不可用的时候不会有网络中断; 可以使用标准 IRC 客户端; 健壮,可以很好处理客户端和网络的连接问题 |
|
||||
|
||||
|
||||
**[⬆ 返回顶部](#目录)**
|
||||
**[⬆ 返回顶部](#目录)**
|
||||
|
Loading…
Reference in New Issue
Block a user