Minor adjustments

This commit is contained in:
kayos@tcp.direct 2022-07-25 22:46:04 -07:00
parent a23d97d1b2
commit 2755e4b502
No known key found for this signature in database
GPG Key ID: 4B841471B4BEE979
3 changed files with 2 additions and 3 deletions

View File

@ -17,7 +17,7 @@ var DefaultMarkovMap MarkovMap
func init() {
rand.Seed(time.Now().UnixNano())
// DefaultMarkovMap is a Markov chain based on src.
src, err := squish.UnpackStr(SrcGz)
src, err := squish.UnpackStr(srcGz)
if err != nil {
panic(err)
}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
package extra