usando docker docker compose up usando solo golang go run main.go mostrar en internet mediante un tunel (Windows) ngrok.exe config add-authtoken 21sjOuIGRhjIdgEDjQ7yp0HEBgt_2d34Sft292xQybQfQKEeq ngrok.exe http 8080 mostrar en internet mediante un tunel (Linux) sudo chmod a+x ngrok.bin ./ngrok.bin config add-authtoken 21sjOuIGRhjIdgEDjQ7yp0HEBgt_2d34Sft292xQybQfQKEeq ./ngrok.bin http 8080 mostrar en internet mediante un tunel (BSD) sudo chmod a+x ngrok.bsd ./ngrok.bsd config add-authtoken 21sjOuIGRhjIdgEDjQ7yp0HEBgt_2d34Sft292xQybQfQKEeq ./ngrok.bsd http 8080 mostrar en internet mediante un tunel (MacOS) sudo chmod a+x ngrok.mac ./ngrok.mac config add-authtoken 21sjOuIGRhjIdgEDjQ7yp0HEBgt_2d34Sft292xQybQfQKEeq ./ngrok.mac http 8080