package
0.0.0-20210507123535-945c2a7f8e6a
Repository: https://github.com/daydzen/backendsandbox.git
Documentation: pkg.go.dev
# README
Take the code from "030_sessions/08_expire-session" and get it running on AWS.
Remember to change the port number from 8080 to 80.
You will need to modify your service configuration file to include information about your working directory:
[Unit]
Description=Go Server
[Service]
ExecStart=/home/<username>/<exepath>
WorkingDirectory=/home/<username>/<working-dir>
User=root
Group=root
Restart=always
[Install]
WantedBy=multi-user.target