earthly/reduce-code-duplication/main.go (5 lines of code) (raw):

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