Cleared up index, removed some useless thing, templates are now embeded in the executable
This commit is contained in:
parent
caabd6d740
commit
09d000a1d5
1 changed files with 0 additions and 10 deletions
10
clicked.go
10
clicked.go
|
@ -1,10 +0,0 @@
|
||||||
package main
|
|
||||||
|
|
||||||
import (
|
|
||||||
"fmt"
|
|
||||||
"net/http"
|
|
||||||
)
|
|
||||||
|
|
||||||
func handleClicked(w http.ResponseWriter, r *http.Request) {
|
|
||||||
fmt.Fprint(w, "Clicked")
|
|
||||||
}
|
|
Loading…
Reference in a new issue