Do you want the application “main” to accept incoming network connections?
:8080
ではなく
localhost:8080
とすればいい
0.0.0.0
でlistenしようとすると警告してくるため
macos - Do you want the application "main" to accept incoming network connections? pop up while running Go applications - Ask Different