github.com/kristofferahl/go-centry@v1.5.0/internal/pkg/config/setup_test.go (about)

     1  package config
     2  
     3  import (
     4  	"os"
     5  )
     6  
     7  func init() {
     8  	// Esuring the workdir is the root of the repo
     9  	os.Chdir("../../../")
    10  }