docs: Improve autogenerate godoc
There were a bunch of packages that weren't well documented. With the recent split up of the lang package, I figured it would be more helpful for new contributors who want to learn the structure of the project.
This commit is contained in:
@@ -15,7 +15,9 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
package lang // TODO: move this into a sub package of lang/$name?
|
||||
// Package lang is the mcl language frontend that implements the reactive DSL
|
||||
// that lets users model their desired state over time.
|
||||
package lang
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
||||
Reference in New Issue
Block a user