boot.dev/course/3b39d0f6-f944-4f1b-832d-a1daba32eda4/9e6acea2-8081-404d-9c34-3b5f677fa580/ecc34f1e-1b3c-41af-85bb-aee7ddb4006b
1 Users
0 Comments
3 Highlights
0 Notes
Tags
Top Highlights
package main lets the Go compiler know that we want this code to compile and run as a standalone program, as opposed to being a library that's imported by other programs
import fmt imports the fmt (formatting) package. The formatting package exists in Go's standard library and let's us do things like print text to the console.
func main() defines the main function. main is the name of the function that acts as the entry point for a Go program.
Glasp is a social web highlighter that people can highlight and organize quotes and thoughts from the web, and access other like-minded people’s learning.