Init go module.

master v0.9.0
Ezekiel Grave 2021-02-01 04:44:06 -08:00
parent 095aeedd6f
commit b7e8c24696
2 changed files with 3 additions and 1 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.ici.de.com/ezekiel/qubes-gopass
go 1.15

View File

@ -65,7 +65,6 @@ func main() {
log.Fatalln(err) log.Fatalln(err)
} }
selection = b1.String() selection = b1.String()
//io.Copy(os.Stdout, &b1)
default: default:
//fmt.Printf("Specified: %q\n", specified) //fmt.Printf("Specified: %q\n", specified)
selection = specified selection = specified