This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/answer.git
from 5ff6106d fix: address comments and add a test
new 1fbb802e feat: load optional .env file and add .env.example
new d773b869 fix: remove unrelated generated files
new f6d30a5b chore: revert documentation changes in README
new 3d546533 fix: added the init fuction in install_main.go
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.env.example | 36 ++++++++++++++++++++++++++++++++++++
.gitignore | 3 +++
cmd/main.go | 6 ++++++
go.mod | 1 +
go.sum | 2 ++
internal/install/install_main.go | 9 ++++++++-
6 files changed, 56 insertions(+), 1 deletion(-)
create mode 100644 .env.example