Hacker News new | ask | show | jobs
by tomcam 1339 days ago
I love the idea but as far as I can tell there isn’t a portable way to do plug-ins in go that works with windows, is there?
1 comments

If you're talking about Caddy, its plugins are cross-platform, because Go (as long as you don't use CGO, or at least that your plugin that needs CGO also works on Windows). Read about Caddy's architecture here: https://caddyserver.com/docs/architecture