This website requires JavaScript.
Explore
Help
Sign In
cws
/
cabinet
Watch
1
Star
0
Fork
You've already forked cabinet
0
Code
Issues
9
Pull Requests
Releases
Wiki
Activity
bd7568a159
cabinet
/
web
/
search.go
8 lines
89 B
Go
Raw
Normal View
History
Unescape
Escape
flesh out frontend to have a front page
2019-11-03 20:01:13 +00:00
package
web
add backend for entries
2019-11-03 20:01:24 +00:00
import
"net/http"
func
search
(
w
http
.
ResponseWriter
,
r
*
http
.
Request
)
{
}