initial commits
parent
4d82679a55
commit
0cfa49012a
|
@ -10,7 +10,7 @@ import (
|
||||||
//
|
//
|
||||||
// var label string = "enter your username"
|
// var label string = "enter your username"
|
||||||
//
|
//
|
||||||
// WriteFrameInputText(writer, label)
|
// frameproto.WriteFrameInputText(writer, label)
|
||||||
//
|
//
|
||||||
// Would write this HTML <meta/> element:
|
// Would write this HTML <meta/> element:
|
||||||
//
|
//
|
||||||
|
|
|
@ -10,7 +10,7 @@ import (
|
||||||
//
|
//
|
||||||
// var url string = "https://example.com/my/post/path.php"
|
// var url string = "https://example.com/my/post/path.php"
|
||||||
//
|
//
|
||||||
// WriteFramePostURL(writer, url)
|
// frameproto.WriteFramePostURL(writer, url)
|
||||||
//
|
//
|
||||||
// Would write this HTML <meta/> element:
|
// Would write this HTML <meta/> element:
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue