16 lines
156 B
Go
16 lines
156 B
Go
package main
|
|
|
|
import (
|
|
_ "github.com/go-sql-driver/mysql"
|
|
)
|
|
|
|
func init() {
|
|
|
|
}
|
|
|
|
func main() {
|
|
worker.Handler(collectCopyCountLiveAnchors)
|
|
|
|
worker.Run()
|
|
}
|