Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F13384956
encoding_types_1.1.go
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
507 B
Subscribers
None
encoding_types_1.1.go
View Options
// +build !go1.2
package
toml
// These interfaces were introduced in Go 1.2, so we add them manually when
// compiling for Go 1.1.
// TextMarshaler is a synonym for encoding.TextMarshaler. It is defined here
// so that Go 1.1 can be supported.
type
TextMarshaler
interface
{
MarshalText
()
(
text
[]
byte
,
err
error
)
}
// TextUnmarshaler is a synonym for encoding.TextUnmarshaler. It is defined
// here so that Go 1.1 can be supported.
type
TextUnmarshaler
interface
{
UnmarshalText
(
text
[]
byte
)
error
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 21, 10:11 PM (9 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3599734
Attached To
rWAGTK writeas-gtk
Event Timeline
Log In to Comment