golang - Codecademy Course
golang - Codecademy Course

Bibliography
- Author: go run
- Full_Title: golang - Codecademy Course
- Category: articles
- URL: https://www.codecademy.com/courses/learn-go/lessons/learn-go-introduction/exercises/running-files
- Last Highlighted Date: 2023-02-03 02:31:20.746407+00:00
Highlights
- The go run command compiles the code (like go build) and executes it. Unlike go build, go run will NOT create an executable file in our current folder.
- Open in Readwise ^rw468514632
Tags: