github.com/craicoverflow/tyk@v2.9.6-rc3+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  }