[ prog / sol / mona ]
frontpage - thread list - new thread - preferences - ?
Yeah, that's wierd but the trick is to re-use append when removing like this:
a = append(a[:index], a[:index+1]...)
as described here: https://github.com/golang/go/wiki/SliceTricks.
VIP:
bbs.scm + MIT Scheme + SICP + Satori Mode