Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 434 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 434 Bytes

go-testy

go sample work

build and run a source file

go run hello.go

install the code command line tool

shift command p - then type code - then click install

go build -o app

open a project with vs code

in a directory, you can do this to open the project in vs code

code .

install the cloud academy demo git

https://github.com/cloudacademy/godemo.git

go sandbox

play.golang.org