Edge Core implements core components that are shared between various edge services.
- Go 1.15
# run checks and unit tests
make all
# run linter checks
make lint
# run license checks
make license
# run unit tests
make unit-test
Thank you for your interest in contributing. Please see our community contribution guidelines for more information.
Apache License, Version 2.0 (Apache-2.0). See the LICENSE file.