This module contains the basic components (default connectors).
- Logger
- Set Payload
- Set Variable
The first and foremost rule is to import the below module:
github.com/cloudintegrator/go-sonic-core
This module contains the Interfaces that must be implemented in the component/connector.
- https://golang.cafe/blog/how-to-upgrade-golang-dependencies.html
- go get -u go.uber.org/zap
- go list -m -u all