Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSignedRemoteSigned means:
- Scripts you write locally can run.
- Downloaded scripts must be signed by a trusted publisher.
ctrl + c : to end the execuation in terminal
ctrl + l : to clean the terminal.
ls : to see that files and packages .
Runs the script :
go run main.go
go mod init ProjectName(or your perefered application name)go mod tidy
Press Ctrl+Shift+P (Windows) or Cmd+Shift+P (Mac) to open Command Palette. Search for:
Git: Clone
Click the Source Control icon on the left sidebar (or press Ctrl+Shift+G).
You’ll see all changed files listed.
Click the + icon next to a file to stage it, or click the + at the top to stage all changes.