Golang Champion: Most common libraries in golang for production code

Опубликовано: 04 Декабрь 2024
на канале: Nandeshwar Sah
66
2

Golang Champion: Most common libraries in golang for production code.

Few common Golang Tool and Libraries
-----------------------------
concurrency, GPRC, docker
-------------------

REST API Library
-----------
https://github.com/gorilla/mux
https://github.com/gin-gonic/gin
https://github.com/go-swagger/go-swagger - swagger

Testing Library
----------------
https://github.com/smartystreets/goco...
https://github.com/stretchr/testify


ORM tool for database
----------
https://github.com/go-gorm/gorm


Kafka library
-----------------
https://github.com/IBM/sarama


Viper - config
-----
https://github.com/spf13/viper

Logging
---------
https://github.com/sirupsen/logrus
https://github.com/natefinch/lumberjack

Go Aws
-----------
https://github.com/aws/aws-sdk-go
https://github.com/aws/aws-sdk-go-v2

Authentication & Authorization
---------------------------------
https://github.com/golang-jwt/jwt