MENU

Fun & Interesting

How to find package dependencies of a Go package

Video Not Working? Fix It Now

2 ways to find and check that your Go package is dependent on specific other packages Full article: https://victoronsoftware.com/posts/go-package-dependencies/ Go code: https://gist.github.com/getvictor/17f495021211dcca087b16cd2d4b24d1 Evolutionary architecture video: https://www.youtube.com/watch?v=Li1GZzQVXWw 0:00 Intro 3:25 Find package dependencies with "go list" command 7:20 Find package dependencies with Go code

Comment