no helpers file
This commit is contained in:
parent
b28d6f2716
commit
33460a3931
14
helpers.go
14
helpers.go
@ -1,14 +0,0 @@
|
||||
package main
|
||||
|
||||
import "os"
|
||||
|
||||
func tempChdir(directory string) string {
|
||||
wd, _ := os.Getwd()
|
||||
os.Chdir(directory)
|
||||
return wd
|
||||
|
||||
}
|
||||
|
||||
func fixWD(directory string) {
|
||||
os.Chdir(directory)
|
||||
}
|
Loading…
Reference in New Issue
Block a user