8 lines
103 B
Go
Raw Permalink Normal View History

2026-03-12 20:51:38 -07:00
package hostinger
import "setec-manager/internal/hosting"
func init() {
hosting.Register(New(""))
}