croc/src/cleanup.go

7 lines
108 B
Go
Raw Normal View History

2018-06-30 15:43:38 +02:00
package croc
func (c *Croc) cleanup() {
// TODO
// erase all the croc files and their possible numbers
}