#golang
Read more stories on Hashnode
Articles with this tag
install package: go get https://github.com/segmentio/kafka-go Create Topic In Kafka: create topic name logging topic logging has 1...
Code example: connect redis: func InitRedis() *redis.Client { rdb := redis.NewClient(&redis.Options{ Addr: "localhost:6379", ...
Hello, Currently I am implement a struct with 2 type String and Number. Normally, there will be this error: err type String json: cannot unmarshal...