github.com/while1malloc0/docdir@v0.0.0-20220830001304-722ec0f2cf3a/tools/tools.go (about)

     1  //go:build tools
     2  // +build tools
     3  
     4  package tools
     5  
     6  import (
     7  	_ "github.com/campoy/embedmd"
     8  )