Kinda wish [types.Twt](https://github.com/jointwt/twtxt/blob/master/types/twt.go#
Kinda wish [types.Twt](https://github.com/jointwt/twtxt/blob/master/types/twt.go#
Kinda wish [types.Twt](https://github.com/jointwt/twtxt/blob/master/types/twt.go#
types.Twt
is close enough, let's make it an Interface :) Why not! What kind of interface are you thinking about anyway?
types.Twt
is close enough, let's make it an Interface :) Why not! What kind of interface are you thinking about anyway?
types.Twt
is close enough, let's make it an Interface :) Why not! What kind of interface are you thinking about anyway?
o
type Twt interface {
\tTwter() Twter
\tText() string
\tMarkdownText() string
\tCreated() time.Time
...
}
go\ntype Twt interface {\n\tTwter() Twter\n\tText() string\n\tMarkdownText() string\n\tCreated() time.Time\n ... \n}\n
o
type Twt interface {
Twter() Twter
Text() string
MarkdownText() string
Created() time.Time
...
}
o
type Twt interface {
Twter() Twter
Text() string
MarkdownText() string
Created() time.Time
...
}
o
type Twt interface {
\tTwter() Twter
\tText() string
\tMarkdownText() string
\tCreated() time.Time
...
}
o
type Twt interface {
\tTwter() Twter
\tText() string
\tMarkdownText() string
\tCreated() time.Time
...
}