cmd: Delete redundant symbols from helpers_test.go and licenses.go

This commit is contained in:
Albert Nigmatzianov 2017-04-20 20:31:11 +02:00
parent 78a8032244
commit 6d4267ffb7
2 changed files with 0 additions and 10 deletions

View file

@ -1,15 +1,10 @@
package cmd
import (
"fmt"
"os"
"path/filepath"
"testing"
)
var _ = fmt.Println
var _ = os.Stderr
func checkGuess(t *testing.T, wd, input, expected string) {
testWd = wd
inputPath = input

View file

@ -46,15 +46,10 @@ func init() {
Licenses["custom"] = License{"Custom", []string{}, "", ""}
initApache2()
initMit()
initBsdClause3()
initBsdClause2()
initGpl2()
initGpl3()
// Licenses["apache20"] = License{