earthly/adding-dependencies-in-the-mix/main.go (5 lines of code) (raw):

// main.go package main import "github.com/sirupsen/logrus" func main() { logrus.Info("hello world") }