github.com/alkemics/goflow@v0.2.1/gfutil/gfgo/internal/nodes/adder.go (about) 1 package nodes 2 3 func Adder(a, b int) (sum int) { return a + b }