7 Matching Annotations
  1. Feb 2024
  2. Dec 2022
  3. Nov 2022
    1. A command determines whether it is in a workspace context by first examining the GOWORK environment variable. If GOWORK is set to off, the command will be in a single-module context. If it is empty or not provided, the command will search the current working directory, and then successive parent directories, for a file go.work. If a file is found, the command will operate in the workspace it defines; otherwise, the workspace will include only the module containing the working directory. If GOWORK names a path to an existing file that ends in .work, workspace mode will be enabled. Any other value is an error. You can use the go env GOWORK command to determine which go.work file the go command is using. go env GOWORK will be empty if the go command is not in workspace mode.

      Go workspace mode

    2. A workspace is a collection of modules on disk that are used as the main modules when running minimal version selection (MVS).

      A workspace is a collection of modules on disk that are used as the main modules when running minimal version selection (MVS).

  4. Oct 2022
  5. May 2020
    1. Amazon WorkSpaces is a managed, secure Desktop-as-a-Service (DaaS) solution. You can use Amazon WorkSpaces to provision either Windows or Linux desktops in just a few minutes and quickly scale to provide thousands of desktops to workers across the globe.