Skip to content

Commit f138b86

Browse files
committed
add new function
1 parent 4cf60c8 commit f138b86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

seth/config.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ import (
1515
"github.com/pkg/errors"
1616
)
1717

18+
func MyAmazingNewFunction() string {
19+
return "bla bla bla"
20+
}
21+
1822
const (
1923
ErrReadSethConfig = "failed to read TOML config for seth"
2024
ErrUnmarshalSethConfig = "failed to unmarshal TOML config for seth"

0 commit comments

Comments
 (0)