Skip to content

Commit c7fcac1

Browse files
committed
Use own go/build replacement.
1 parent 5688ff2 commit c7fcac1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/build_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ package build
22

33
import (
44
"fmt"
5-
gobuild "go/build"
65
"go/token"
76
"strconv"
87
"strings"
98
"testing"
109

10+
gobuild "github.com/gopherjs/gopherjs/go/build"
1111
"github.com/kisielk/gotool"
1212
"github.com/shurcooL/go/importgraphutil"
1313
)

compiler/natives/fs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
package natives
44

55
import (
6-
"go/build"
76
"log"
87
"net/http"
98
"os"
109
"strings"
1110

11+
"github.com/gopherjs/gopherjs/go/build"
1212
"github.com/shurcooL/httpfs/filter"
1313
)
1414

0 commit comments

Comments
 (0)