@@ -1,7 +1,13 @@
package main
import "fmt"
import (
"log/slog"
"os"
)
func main() {
fmt.Println("Hello world")
slog.Info("Printing Environment")
for _, key_val := range os.Environ() {
slog.Info(key_val)
}
The note is not visible to the blocked user.