Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
add todo in code
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnirtl committed Feb 18, 2020
1 parent bf4fcdb commit 3f77346
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cmd/dockma.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ import (
"github.com/martinnirtl/dockma/internal/commands"
)

// TODO set version, commit and date with build flags and in dev mode
// var (
// version = "dev"
// commit = "none"
// date = "unknown"
// )

func main() {
commands.Execute()
}

0 comments on commit 3f77346

Please sign in to comment.