X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/aebc4d3647b9823ae8cbb57b21b1af83bfd011fb..854a92fc2755ace61c405df335ddf69b02a3d932:/hotline/news.go?ds=sidebyside diff --git a/hotline/news.go b/hotline/news.go index 77c6696..e25a2c8 100644 --- a/hotline/news.go +++ b/hotline/news.go @@ -202,6 +202,7 @@ func (newscat *NewsCategoryListData15) nameLen() []byte { return []byte{uint8(len(newscat.Name))} } +// TODO: re-implement as bufio.Scanner interface func ReadNewsPath(newsPath []byte) []string { if len(newsPath) == 0 { return []string{}