@@ -0,0 +1,3 @@
module code.jakeyoungdev.com/docker-interview/meeting-1
go 1.23.0
@@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("hi")
}
The note is not visible to the blocked user.