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

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