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,6 +15,12 @@
|
||||
// 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 inputs contains the input parsing logic for how mcl module
|
||||
// entrypoints are handled for the language.
|
||||
//
|
||||
// In other words, given a string, does this represent stdin, a specific
|
||||
// metadata input file, a specific code file, a directory of code, some raw and
|
||||
// inline code, or nothing at all.
|
||||
package inputs
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user