| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
IMHO, we don't want to use makefile for this issue.
Please follow go-releaser way.
ref: #44 (comment)
Sorry, something went wrong.
|
@corona10 ok. But how will you fill these variables? go build will work anyway. if compilation will run not via makefile, variables will retain default value. |
Sorry, something went wrong.
|
@kislenko-artem Default wise GoReleaser sets three ldflags: main.version: Current Git tag (the v prefix is stripped) or the name of the snapshot, if you’re using the --snapshot flag main.commit: Current git commit SHA main.date: Date according RFC3339 |
Sorry, something went wrong.
|
Please fill the PR description if you possible. Update RunREPL() to display build information Updates: #52 |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #52 +/- ##
==========================================
+ Coverage 66.02% 67.94% +1.91%
==========================================
Files 58 59 +1
Lines 10246 10378 +132
==========================================
+ Hits 6765 7051 +286
+ Misses 3005 2828 -177
- Partials 476 499 +23
Continue to review full report at Codecov.
|
Sorry, something went wrong.
|
@corona10 unfortunately I can not fix description, I can edit only title. I removed makefile, sorry for my carelessness, I missed that project build via goreleaser |
Sorry, something went wrong.
There was a problem hiding this comment.
I think this is looking very good :-)
However version.go is missing it's copyright header I think.
Once that is fixed up then we can merge :-)
Sorry, something went wrong.
|
@kislenko-artem cc @ncw |
Sorry, something went wrong.
|
@corona10 very very sorry, I thought my participation was ended. I added copyright information. |
Sorry, something went wrong.
|
Almost done, We don't want to pass paramters to RunREPL for the version information |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Thank you for your contribution! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Update RunREPL() to be able to display build information
Updates: #52