10 lines
113 B
Go
10 lines
113 B
Go
package api
|
|
|
|
import (
|
|
"net/http"
|
|
)
|
|
|
|
func (api *API) infoHandler(w http.ResponseWriter, r *http.Request) {
|
|
|
|
}
|