X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/aebc4d3647b9823ae8cbb57b21b1af83bfd011fb..a87437e2c3abc10d7a51bf046197fa739cae1e23:/hotline/news.go 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{}