You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows().Tag contains the full content of the tag.
Windows() is possibly backed by index file, as defined in acme(4). If it's not possible to expose the full content of tag, possibly indicate it in the documentation.
Unexpected behavior
It only has the first line.
Steps to reproduce the problem
wins, _ := acme.Windows()
for _, w := range wins {
fmt.Println(w.Tag)
}
9fans.net/go/acme version
v0.0.7
The text was updated successfully, but these errors were encountered:
Expected behavior
Windows().Tag contains the full content of the tag.
Windows() is possibly backed by index file, as defined in acme(4). If it's not possible to expose the full content of tag, possibly indicate it in the documentation.
Unexpected behavior
It only has the first line.
Steps to reproduce the problem
9fans.net/go/acme version
v0.0.7
The text was updated successfully, but these errors were encountered: