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
Odyseya 2 years ago committed by GitHub
parent bf901eccc6
commit 76da3b140c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      content/roadmaps/109-golang/content/102-go-building-clis/readme.md

@ -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…
Cancel
Save