with executor

This commit is contained in:
2022-11-22 23:35:52 +01:00
parent 367fa16fd7
commit 18ec10914b
7 changed files with 20 additions and 28 deletions

View File

@@ -6,6 +6,8 @@ func main() {
_, err := script.
Echo("# Readme").
WriteFile("README.md")
println("i did something!")
if err != nil {
panic(err)
}