mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-29 12:10:22 +02:00
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>
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user