mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
9 lines
109 B
Go
9 lines
109 B
Go
package server
|
|
|
|
import (
|
|
"net/http"
|
|
)
|
|
|
|
func HandleWebinterface(w http.ResponseWriter, r *http.Request) {
|
|
|
|
}
|