Remove unused package "fmt"

This commit is contained in:
Enrico Stahn 2018-02-22 15:44:28 +11:00
parent 8303048f5e
commit a23e9f0c27
No known key found for this signature in database
GPG key ID: 5263621C269A50DE

View file

@ -14,7 +14,6 @@
package phpfpm package phpfpm
import ( import (
"fmt"
"github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus"
"sync" "sync"
) )