initial commits
parent
6db78c7543
commit
f469e7fbff
|
@ -10,7 +10,7 @@ import (
|
||||||
//
|
//
|
||||||
// var version string = "vNext"
|
// var version string = "vNext"
|
||||||
//
|
//
|
||||||
// frameproto.WriteFrame(writer, version)
|
// str := frameproto.WriteFrame(writer, version)
|
||||||
//
|
//
|
||||||
// Would write this HTML <meta/> element:
|
// Would write this HTML <meta/> element:
|
||||||
//
|
//
|
||||||
|
@ -21,7 +21,7 @@ import (
|
||||||
//
|
//
|
||||||
// Which in code would be used as:
|
// Which in code would be used as:
|
||||||
//
|
//
|
||||||
// frameproto.WriteFrame(writer, frameproto.VersionVNext)
|
// str := frameproto.WriteFrame(writer, frameproto.VersionVNext)
|
||||||
func WriteFrame(writer io.Writer, version string) {
|
func WriteFrame(writer io.Writer, version string) {
|
||||||
const property string = MetaPropertyFrame
|
const property string = MetaPropertyFrame
|
||||||
writeMetaPropertyContent(writer, property, version)
|
writeMetaPropertyContent(writer, property, version)
|
||||||
|
|
Loading…
Reference in New Issue