Started working on running the pipeline

This commit is contained in:
Leon Mika 2023-04-24 02:47:47 +00:00
parent 19446235e0
commit 1c08248c69
4 changed files with 85 additions and 0 deletions

7
fmt_test.go Normal file
View file

@ -0,0 +1,7 @@
package scriptx_test
import "testing"
func TestPrintf(t *testing.T) {
t.Log("Hello")
}