6 Matching Annotations
  1. Dec 2022
    1. 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.
  2. Sep 2022
  3. Dec 2021
    1. the go command knows no import path for the current directory

      what does it mean the import path for a directory?

  4. Apr 2021
  5. Feb 2020
    1. 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.
  6. Oct 2017