6 Matching Annotations
- Dec 2022
-
docs.docker.com docs.docker.com
-
Compose V2 has been re-written in Go, which improves integration with other Docker command-line features, and allows it to run natively on macOS on Apple silicon, Windows, and Linux, without dependencies such as Python.
-
- Sep 2022
-
-
concurrent-safe
-
- Dec 2021
-
go.dev go.dev
-
the go command knows no import path for the current directory
what does it mean the import path for a directory?
-
- Apr 2021
-
github.com github.com
Tags
Annotators
URL
-
- Feb 2020
-
docs.k6.io docs.k6.iok6/http1
-
k6 does not run in Node.js because it would perform poorly while running larger tests.Javascript is not generally well suited for high performance. It's a Go program - to achieve maximum performance - embedding a JavaScript runtime for running tests written in JavaScript.
Tags
Annotators
URL
-
- Oct 2017
-
-