Skip to content

Build and test

henrikm edited this page Nov 2, 2020 · 3 revisions

needs work.

Installation

Setting up Go

To install Go, visit this link.

Installing MSAL Go

go get -u github.com/AzureAD/microsoft-authentication-library-for-go/

Development environment

Windows

  • Install VS Code
  • Install Go extension and tools for VS Code
    • Setup the Language Server:
      • To opt-in to the language server, set "go.useLanguageServer" to true in your settings. You should then be prompted to install gopls. If you are not prompted, you can install gopls manually by running the Go: Install/Update Tools command and selecting gopls.
    • Read the details of the Go Team at Google (formerly known as Microsoft/vscode-go