/go-play-service

Playing around with go lang

Primary LanguageGo

go-play-service

Playing around with go lang

  1. Installed Windows subsystem for Linux (WSL) - Ubuntu 18.04.4
  2. Installed golang in the WSL (version 1.14.2)
  3. Intalled VS Code and 'Remote - WSL' plugin in VS Code. Also, added Go plugin
  4. Created go module using go mod init github.com/rakeshkonni/go-play-service command