Started working on running the pipeline
This commit is contained in:
parent
19446235e0
commit
1c08248c69
4 changed files with 85 additions and 0 deletions
7
fmt_test.go
Normal file
7
fmt_test.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package scriptx_test
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestPrintf(t *testing.T) {
|
||||
t.Log("Hello")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue