Skip to content

Instantly share code, notes, and snippets.

View ashokallu's full-sized avatar

Ashok Allu ashokallu

  • Tata Consultancy Services Limited
  • Nagpur,Maharastra
  • 07:21 (UTC +05:30)
View GitHub Profile
@ashokallu
ashokallu / idiomatic_go_v2.md
Last active August 13, 2025 00:51
Idiomatic Go Programming Guide 2025+ - Gold Standard Edition

Idiomatic Go Programming Guide 2025+ - Gold Standard Edition

"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)


Executive Summary

@ashokallu
ashokallu / Gemfile
Created July 13, 2020 05:01 — forked from andrewmcodes/Gemfile
HEY's Gemfile annotated with annotate_gem
# 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 ====