Add validate-golint target and script …
… and *lint* the latest piece of code. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
7607eb173b
commit
40391c57c2
8 changed files with 78 additions and 33 deletions
|
@ -1,6 +1,8 @@
|
|||
package main
|
||||
|
||||
var (
|
||||
Version = ""
|
||||
// Version holds the current version of traefik.
|
||||
Version = ""
|
||||
// BuildDate holds the build date of traefik.
|
||||
BuildDate = ""
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue