8 lines
91 B
Go
8 lines
91 B
Go
|
package api
|
||
|
|
||
|
import "net/http"
|
||
|
|
||
|
func hostsGet(w http.ResponseWriter, r *http.Request) {
|
||
|
|
||
|
}
|