Skip to content

Commit 34d84d3

Browse files
Update README.md
1 parent 488a658 commit 34d84d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ You can connect with me on:
2727

2828
## Major Packages used in this project
2929

30-
- **gin**: Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
31-
- **mongo go driver**: The Official Golang driver for MongoDB
32-
- **jwt**: JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties. Used for Access Token and Refresh Token.
33-
- **viper**: For loading configuration from the `.env` file. Go configuration with fangs. Find, load, and unmarshal a configuration file in JSON, TOML, YAML, HCL, INI, envfile or Java properties formats.
30+
- **gin**: Gin is an HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need a smashing performance, get yourself some Gin.
31+
- **mongo go driver**: The Official Golang driver for MongoDB.
32+
- **jwt**: JSON Web Tokens are an open, industry-standard RFC 7519 method for representing claims securely between two parties. Used for Access Token and Refresh Token.
33+
- **viper**: For loading configuration from the `.env` file. Go configuration with fangs. Find, load, and unmarshal a configuration file in JSON, TOML, YAML, HCL, INI, envfile, or Java properties formats.
3434
- **bcrypt**: Package bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm.
3535
- **testify**: A toolkit with common assertions and mocks that plays nicely with the standard library.
3636
- **mockery**: A mock code autogenerator for Golang used in testing.

0 commit comments

Comments
 (0)