Rename Example

git-svn-id: https://svn.yakumo.dev/yakumo.izuru/toyohime/trunk@68 922d331f-388e-da47-97a9-ad700dc0b8b9
This commit is contained in:
kare.nuorteva 2018-01-11 13:02:18 +00:00
parent 2f6a40ea53
commit 4aff6f6f24

View File

@ -4,6 +4,6 @@ import (
"net/http"
)
func ExampleBasic() {
func ExampleRedirect() {
http.Handle("/", Redirect("git", "kkn.fi", "github.com/kare"))
}