You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this issue is to add a new step to take care of the license headers as part of the go fmt make goal to keep it consistent across all files it is present.
This new step will have:
a standalone make goal: make add-header
will be called as part of the make fmt
Pre requisites:
the headers should not have tabs, only spaces.
Tool to use:
go install github.com/google/addlicense@latest
The goal of this issue is to add a new step to take care of the license headers as part of the
go fmt
make goal to keep it consistent across all files it is present.This new step will have:
make add-header
make fmt
Pre requisites:
Tool to use:
Makefile call:
The text was updated successfully, but these errors were encountered: