github.com/driusan/bug@v0.3.2-0.20190306121946-d7f4e7f33fea/bugapp/Pwd.go (about)

     1  package bugapp
     2  
     3  import (
     4  	"fmt"
     5  	"github.com/driusan/bug/bugs"
     6  )
     7  
     8  func Pwd() {
     9  	fmt.Printf("%s", bugs.GetIssuesDir())
    10  }