Skip to content

Commit 9e8b816

Browse files
committed
gopy: apply goimports
1 parent c13194e commit 9e8b816

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cmd_build.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ package main
66

77
import (
88
"fmt"
9-
"github.com/go-python/gopy/bind"
10-
"github.com/gonuts/commander"
11-
"github.com/gonuts/flag"
129
"log"
1310
"os"
1411
"os/exec"
1512
"path/filepath"
1613
"runtime"
1714
"strings"
15+
16+
"github.com/go-python/gopy/bind"
17+
"github.com/gonuts/commander"
18+
"github.com/gonuts/flag"
1819
)
1920

2021
func gopyMakeCmdBuild() *commander.Command {

0 commit comments

Comments
 (0)