@prologic@twtxt.net I have some ideas to improve on twtxt. figure I can contribute some. π bit more work and it will almost be a drop in replacement for ParseFile
Kinda wish types.Twt was an interface. itβs sooo close.
@prologic@twtxt.netd so.. convert the 4 attributes in the struct to private, add getters plus some the other methods that make sense.
type Twt interface {
Twter() Twter
Text() string
MarkdownText() string
Created() time.Time
...
}
@prologic@twtxt.net when i get the code up to a shareable level ill ping with what i have.