Skip to content

Commit

Permalink
Move deps cache
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Sep 19, 2019
1 parent 22431f7 commit b994419
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions go.mod

This file was deleted.

2 changes: 0 additions & 2 deletions go.sum

This file was deleted.

4 changes: 1 addition & 3 deletions xgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ import (
"path/filepath"
"strconv"
"strings"

appdir "github.com/ProtonMail/go-appdir"
)

var version = "dev"
var depsCache = appdir.New("xgo").UserCache()
var depsCache = filepath.Join(os.TempDir(), "xgo-cache")

// Cross compilation docker containers
var dockerBase = "crazymax/xgo:base"
Expand Down

0 comments on commit b994419

Please sign in to comment.