Skip to content

Commit 90188b1

Browse files
committed
fix: missing toml file
1 parent ec4731e commit 90188b1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

utils/toml.go

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package utils
2+
3+
func UpdateTomlValue(filePath, key, value string) error {
4+
// TODO: Implement this function
5+
6+
return nil
7+
}

0 commit comments

Comments
 (0)