소스 검색

fasthttp: mentioned databases - mysql and porstgresql - in README

Aliaksandr Valialkin 9 년 전
부모
커밋
ddf0dfbd71
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      frameworks/Go/fasthttp-mysql/README.md
  2. 1 1
      frameworks/Go/fasthttp-postgresql/README.md

+ 1 - 1
frameworks/Go/fasthttp-mysql/README.md

@@ -1,4 +1,4 @@
-# [fasthttp](https://github.com/valyala/fasthttp) (GoLang) Benchmarking Test
+# [fasthttp](https://github.com/valyala/fasthttp) (GoLang) Benchmarking Test for mysql
 
 This is the go portion of a [benchmarking test suite](https://www.techempower.com/benchmarks/) comparing a variety of web development platforms.
 

+ 1 - 1
frameworks/Go/fasthttp-postgresql/README.md

@@ -1,4 +1,4 @@
-# [fasthttp](https://github.com/valyala/fasthttp) (GoLang) Benchmarking Test
+# [fasthttp](https://github.com/valyala/fasthttp) (GoLang) Benchmarking Test for postgresql
 
 This is the go portion of a [benchmarking test suite](https://www.techempower.com/benchmarks/) comparing a variety of web development platforms.