index
:
aegis
main
Aegis: privacy-focused Go/Fyne Usenet client with optional VFace identity, NNTP posting, age encryption and SMTP mail2news.
Forgejo
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
aegis.go
blob: 6249b124f37fbc3d9535dbf91c5bacb395569bd0 (
plain
) (
blame
)
1
2
3
4
5
6
7
package main import "aegis/internal/ui" func main() { ui.Run() }