Maintenance: package comments

This commit is contained in:
Quentin McGaw
2021-02-06 16:26:23 +00:00
parent 90aaf71270
commit 7ca9d445f1
19 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
// Package models defines struct with methods shared across other
// packages in the program.
package models