We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e56555 commit cda806dCopy full SHA for cda806d
examples/cookie.go
@@ -2,8 +2,8 @@ package main
2
3
import (
4
"fmt"
5
+ "github.com/hoisie/web"
6
"html"
- "web"
7
)
8
9
var cookieName = "cookie"
examples/multiserver.go
@@ -1,7 +1,7 @@
1
package main
- "github.com/hoisie/web.go"
func hello1(val string) string { return "hello1 " + val }
examples/tls.go
@@ -2,7 +2,7 @@ package main
"crypto/tls"
// an arbitrary self-signed certificate, generated with
0 commit comments