While deploying I get the error my_module/sub: package my_module/sub is not in std (/usr/local/go/src/my_module/sub)
my code has only one module my_module and 2 packages main and sub
in my entry point main.go (package main) I have import "my_module/sub" which is standard
- I tried to rename pkg
main into handler like in the docs