1 2 3 4 5 6 7 8
package swextreload // TODO type SwextreloadOption = func(*) // TODO func Reload(url string, opts ...SwextreloadOption) error { }