fmt
This commit is contained in:
parent
07b98cb912
commit
60345dc6db
|
@ -5,10 +5,10 @@ import (
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"io"
|
"io"
|
||||||
|
"io/ioutil"
|
||||||
"os"
|
"os"
|
||||||
"os/user"
|
"os/user"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"io/ioutil"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type home struct{}
|
type home struct{}
|
||||||
|
|
|
@ -27,4 +27,3 @@ func (root) Uninstall(cmd string, bin string) error {
|
||||||
func getBashCompletionDLink(cmd string) string {
|
func getBashCompletionDLink(cmd string) string {
|
||||||
return "/etc/bash_completion.d/" + cmd
|
return "/etc/bash_completion.d/" + cmd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue