"Go is about making software engineering more effective, not just making programmers more productive." - The Go Team
Target Go Version: Go 1.23+ (examples align with 1.23–1.24 features)
# Generated with https://github.com/ivantsepp/annotate_gem/ | |
ruby '2.7.1' | |
# Full-stack web application framework. (https://rubyonrails.org) | |
gem 'rails', github: 'rails/rails' | |
# Timezone Data for TZInfo (https://tzinfo.github.io) | |
gem 'tzinfo-data', '>= 1.2016.7' # Don't rely on OSX/Linux timezone data | |
# ==== Action Text ==== |