Skip to content

Commit

Permalink
Update 6.go.md
Browse files Browse the repository at this point in the history
  • Loading branch information
botond-szabo authored Aug 21, 2024
1 parent 7baecc7 commit 6a9215c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/4.languages/6.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.
Expand Down

0 comments on commit 6a9215c

Please sign in to comment.