diff --git a/content/4.languages/6.go.md b/content/4.languages/6.go.md index c90ce82..b2e39da 100644 --- a/content/4.languages/6.go.md +++ b/content/4.languages/6.go.md @@ -14,6 +14,10 @@ analytics: helpfulness: true --- +::alert{type="warning"} +This library is **not** an official release of the [Go standard library](https://pkg.go.dev/std) packages. It is a modified version of the original code, maintained by [Corinvo](https://corinvo.com), and is intended to accelerate or enhance its functions. Please be aware that it may not be compatible with the official Go releases. +:: + ::drop-down{title="Install via Corinvo CLI"} Necto can be installed and set up easily using the [`corinvo` CLI](https://cli.corinvo.dev) tool. The CLI tool is a powerful utility that allows you to manage everything related to Corinvo tools and services, including Necto. @@ -40,10 +44,6 @@ Additionally, you can also pass in a path following the init command, like this: If you already have a Go project and wish to add Necto to the project using the Corinvo CLI, simply specify the path to the project directory as an argument to the init command. The CLI will automatically detect that it is an already existing project. It may ask a few questions based on your current project configuration using the built-in TUI. :: -::alert{type="warning"} -This library is **not** an official release of the [Go standard library](https://pkg.go.dev/std) packages. It is a modified version of the original code, maintained by [Corinvo](https://corinvo.com), and is intended to accelerate or enhance its functions. Please be aware that it may not be compatible with the official Go releases. -:: - Go is an open-source programming language that enables developers to build fast, scalable, and concurrent systems. It provides a clean and minimalist design, making it easy to write, test, and maintain code that integrates with various libraries, frameworks, and services. Go is widely used to build binary applications, such as command-line tools and system daemons, as well as large-scale cloud infrastructure and distributed systems, like [Kubernetes](https://kubernetes.io) and other cloud-native applications.