mat02__
mat02__2w ago

Multifile Golang script

Hi. How can I split Golang script into multiple files? In Python I can import files using 'f.<path_to_folder>.script_name', but I cannot found an example of how can I import another package (that is also a script in WindMill) in Golang.
2 Replies
rubenf
rubenf2w ago
not possible (yet)
mat02__
mat02__OP2w ago
Ok, so I guess the only option for now would to create a docker container with the golang app and schedule runs via Windmill?

Did you find this page helpful?