Bazel go library: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * https://github.com/bazelbuild/rules_go/blob/master/docs/go/core/rules.md#go_library =Internal= * BUILD Files =Overview=") |
|||
Line 4: | Line 4: | ||
* [[Bazel_BUILD_Files#go_library|BUILD Files]] | * [[Bazel_BUILD_Files#go_library|BUILD Files]] | ||
=Overview= | =Overview= | ||
This builds a Go library from a set of source files that are all part of the same package. |
Revision as of 21:28, 16 July 2024
External
Internal
Overview
This builds a Go library from a set of source files that are all part of the same package.