Skip to content

Commit

Permalink
Tools build constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Oct 1, 2019
1 parent dd1b48d commit 7f6823c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion portapps.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
"path/filepath"
"strings"

_ "github.com/josephspurrier/goversioninfo"
"github.com/mitchellh/mapstructure"
"github.com/portapps/portapps/pkg/dialog"
"github.com/portapps/portapps/pkg/logging"
Expand Down
8 changes: 8 additions & 0 deletions tools.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// +build tools

package tools

import (
// Import goversioninfo tool
_ "github.com/josephspurrier/goversioninfo/cmd/goversioninfo"
)

0 comments on commit 7f6823c

Please sign in to comment.