Skip to content

Commit

Permalink
Fix typo (#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark authored Oct 9, 2020
1 parent a3aebd5 commit 477f69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/go_rules.build_defs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def go_toolchain(name:str, url:str|dict = '', version:str = '', hashes:list = []
Args:
name (str): Name of the rule.
url (str | dict): The URL used to download the golang SDK. Can be a single string or a dictionary mapping
GOOS-GOARCH to URLs i.e. lunux-amd64: 'https://...'. Either provide url or version, but not both.
GOOS-GOARCH to URLs i.e. linux-amd64: 'https://...'. Either provide url or version, but not both.
version (str): The version of the golang SDK to download. The SDK will be downloaded from https://golang.org/dl/...
and the rule will use the current platforms GOOS and GOARCH setting. Either provide url or version,
but not both.
Expand Down

0 comments on commit 477f69b

Please sign in to comment.