feat: with readme
This commit is contained in:
@@ -33,14 +33,6 @@ func Compile(
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("could not create a tempdir. err: %v", err)
|
||||
}
|
||||
//defer func() {
|
||||
// if _, err := os.Stat(tmpdir); !errors.Is(err, os.ErrNotExist) {
|
||||
// err := os.RemoveAll(tmpdir)
|
||||
// if err != nil {
|
||||
// panic(err)
|
||||
// }
|
||||
// }
|
||||
//}()
|
||||
|
||||
if _, err := os.Stat(valuesFilePath); errors.Is(err, os.ErrNotExist) {
|
||||
return nil, fmt.Errorf("the values file does not exist: %v", err)
|
||||
|
Reference in New Issue
Block a user