ripple-api/app/v1/init.go
2016-04-10 11:51:34 +02:00

6 lines
48 B
Go

package v1
func init() {
go removeUseless()
}