4 lines
168 B
Go
4 lines
168 B
Go
|
// Package statefile deals with the file format used to serialize states for
|
||
|
// persistent storage and then deserialize them into memory again later.
|
||
|
package statefile
|