Document Language::Go.

This commit is contained in:
Markus Reiter 2020-08-17 18:58:28 +02:00
parent 6a364c9e1f
commit 609c5e4a35

View File

@ -3,6 +3,9 @@
require "resource" require "resource"
module Language module Language
# Helper functions for Go formulae.
#
# @api public
module Go module Go
# Given a set of resources, stages them to a gopath for # Given a set of resources, stages them to a gopath for
# building go software. # building go software.