earthly/efficient-caching-of-dependencies/main.go (
5
lines of code) (
raw
):
// main.go package main import "github.com/sirupsen/logrus" func main() { logrus.Info("hello world!!!") }