shad-go/foolsday3/lambda.go

11 lines
140 B
Go
Raw Normal View History

2022-02-10 22:06:57 +00:00
//go:build !solution
2021-03-31 19:15:03 +00:00
// +build !solution
package foolsday3
import "context"
func lambda(ctx context.Context) interface{} {
return nil
}