Update 100-go.md (#993)
- added a one liner explaining what Go does - added the Go resources listed on the go.dev websitepull/1657/head
parent
943f798158
commit
ebcbb35ddb
1 changed files with 8 additions and 1 deletions
@ -1 +1,8 @@ |
||||
# Go |
||||
|
||||
Go is an open source programming language supported by Google. Go can be used to write cloud services, CLI tools, used for API development, and much more. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://go.dev/tour/welcome/1'>A Tour of Go – Go Basics</BadgeLink> |
||||
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://go.dev/doc/'>Go Reference Documentation</BadgeLink> |
||||
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://gobyexample.com/'>Go by Example - annotated example programs</BadgeLink> |
||||
|
Loading…
Reference in new issue