github.com/ipfans/trojan-go@v0.11.0/component/api.go (about)

     1  //go:build api || full
     2  // +build api full
     3  
     4  package build
     5  
     6  import (
     7  	_ "github.com/ipfans/trojan-go/api/control"
     8  	_ "github.com/ipfans/trojan-go/api/service"
     9  )