← Back Home

Go Modules Meetup Talk

  1. go
  2. modules
  3. meetup
  4. speaking

I go a chance to speak at Go Banglore meetup recently. My talk was about how we moved from custom dependecy management to go modules at work.

Go at Walmart

Quirks before go modules

Custom dependency manager tool - tbget

Problems with Monorepo

Deconstructing the Monorepo

Form a team

Find your go dependency and packages

goda

For packages that need to move out

How about git history

https://github.com/newren/git-filter-repo

What about technical debt

Improvements

Lessons learned

Current challenges

Future Improvements