2026-03-12 20:51:38 -07:00

8 lines
103 B
Go

package hostinger
import "setec-manager/internal/hosting"
func init() {
hosting.Register(New(""))
}