Skip to content

Commit 69988cd

Browse files
matteonardellimatnar
authored andcommitted
Code review of workflow extension
1 parent 15340ab commit 69988cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/cli/examples.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
"github.com/grussorusso/serverledge/internal/function"
88
)
99

10+
// FIXME: unused function
1011
func exampleParsing(str string) (*fc.Dag, []*function.Function, error) {
1112

1213
py, err := InitializePyFunction("inc", "handler", function.NewSignature().AddInput("input", function.Int{}).AddOutput("result", function.Int{}).Build())

0 commit comments

Comments
 (0)