Skip to content

Commit

Permalink
Import cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tv42 committed Dec 29, 2019
1 parent 900ff32 commit e41f105
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions cliutil/subcommands/shell_test.go
Expand Up @@ -6,9 +6,6 @@ import (

"bazil.org/bazil/cliutil/positional"
"bazil.org/bazil/cliutil/subcommands"
)

import (
"bazil.org/bazil/cliutil/subcommands/test/calc"
"bazil.org/bazil/cliutil/subcommands/test/calc/sum"
)
Expand Down
3 changes: 0 additions & 3 deletions cliutil/subcommands/usage_test.go
Expand Up @@ -7,9 +7,6 @@ import (
"testing"

"bazil.org/bazil/cliutil/subcommands"
)

import (
"bazil.org/bazil/cliutil/subcommands/test/calc"
_ "bazil.org/bazil/cliutil/subcommands/test/calc/sum"
)
Expand Down
3 changes: 1 addition & 2 deletions task/gen-imports.go
Expand Up @@ -7,14 +7,13 @@ package main
import (
"flag"
"fmt"
"go/build"
"io/ioutil"
"log"
"os"
"path/filepath"
"text/template"

"go/build"

"github.com/kisielk/gotool"
)

Expand Down

0 comments on commit e41f105

Please sign in to comment.