Mix JavaScript and Go functions

How do I use JS and Go functions in one project?
I put a test file in the same folders as JS - netlify/functions/hello-go.go
But I don’t see it after netlify dev locally or after deployment. No errors either.

hi there, did you look through our starting point docs on Go functions first? that would be where i would begin.