github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/clients/pkg/promtail/server/ui/doc.go (about)

     1  // Package ui provides the assets via a virtual filesystem.
     2  package ui
     3  
     4  import (
     5  	// The blank import is to make Go modules happy.
     6  	_ "github.com/prometheus/alertmanager/pkg/modtimevfs"
     7  	_ "github.com/shurcooL/vfsgen"
     8  )
     9  
    10  //go:generate go run -tags=dev assets_generate.go -build_flags="$GOFLAGS"