fdk-go icon indicating copy to clipboard operation
fdk-go copied to clipboard

Tag v1.0.0

Open elliotchance opened this issue 6 years ago • 1 comments

It's really annoying that this project gets picked up and added:

require (
	github.com/fnproject/fdk-go v0.0.0-20190102214815-bd24a5aa63cf
)
$ go mod why github.com/fnproject/fdk-go
# github.com/fnproject/fdk-go
github.com/kounta/superfluid/v6/node_modules/serverless/lib/plugins/create/templates/fn-go/hello
github.com/fnproject/fdk-go

At least tag it so the go.sum file has a version.

elliotchance avatar May 22 '19 23:05 elliotchance

yep, working on it: https://github.com/fnproject/fdk-go/pull/54 - thanks for issue to track

rdallman avatar May 22 '19 23:05 rdallman