标签: heroku go deployment
我已经部署了使用Go to Heroku编写的应用程序。一旦我打开应用程序,它就会给我错误。我检查日志显示此错误。 PS。我正在通过致电http.ListenAndServe(":"+os.Getenv("PORT"), nil)来倾听。我已将PORT环境变量设置为:80。
http.ListenAndServe(":"+os.Getenv("PORT"), nil)
PORT