igalshilman edited a comment on pull request #12: URL: https://github.com/apache/flink-statefun-playground/pull/12#issuecomment-907065001
@sjwiesman I'm reading trough the `README.md` and doing: ``` cd pkg/showcase/part6 go run ``` results in ``` go run: no go files listed ``` I assume you mean `go run serving.go` ? But this results in ``` # command-line-arguments ./serving.go:53:29: undefined: UserFnSpec ./serving.go:57:29: undefined: GreetingSpec ``` Is there perhaps some building step that is missing in the README? ** edit: ** Go build did the trick for me. Perhaps you'd like to add this to the README. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
