Friday, October 4, 2019

VSCode USing GOLang

VSCode installation for GO.

before installing,  unintall vscode delete all the related vscode files in programs,appadata folders if it is already installed and.

creating the workspace
file->openworkspace


1. install go using extensions and restart VSCode

2. go to view->commandpalette->go_install/update, select all and ok.

 3. npm install -g yo generator-code

instal c#, c#extensions
test the example
package main

import "fmt"

func main() {
    fmt.Println("Hello")
}