github.com/mackerelio/mackerel-agent-plugins@v0.89.3/mackerel-plugin-php-opcache/main.go (about)

     1  package main
     2  
     3  import "github.com/mackerelio/mackerel-agent-plugins/mackerel-plugin-php-opcache/lib"
     4  
     5  func main() {
     6  	mpphpopcache.Do()
     7  }