github.com/joao-fontenele/go-url-shortener@v1.3.4/tools.go (about)

     1  // +build tools
     2  
     3  package tool
     4  
     5  import (
     6  	_ "github.com/cosmtrek/air"
     7  )