add Go building clis introduction (#2361)
* add Go building clis introduction * Update content/roadmaps/109-golang/content/102-go-building-clis/readme.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>revert-2341-remove_nodejs_errors
parent
bf901eccc6
commit
76da3b140c
1 changed files with 8 additions and 1 deletions
@ -1 +1,8 @@ |
||||
# Go building clis |
||||
# Building CLI Applications |
||||
|
||||
Command line interfaces (CLIs), unlike graphical user interfaces (GUIs), are text-only. Cloud and infrastructure applications are primarily CLI-based due to their easy automation and remote capabilities. |
||||
|
||||
Go applications are built into a single self contained binary making installing Go applications trivial; specifically, programs written in Go run on any system without requiring any existing libraries, runtimes, or dependencies. And programs written in Go have an immediate startup time—similar to C or C++ but unobtainable with other programming languages. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='Read' href='https://go.dev/solutions/clis'>Command-line Interfaces (CLIs)</BadgeLink> |
Loading…
Reference in new issue