github.com/Tyktechnologies/tyk@v2.9.5+incompatible/main.go (about)

     1  package main
     2  
     3  import (
     4  	"github.com/TykTechnologies/tyk/gateway"
     5  )
     6  
     7  func main() {
     8  	gateway.Start()
     9  }