Spotlight archive

Guess the language.

Three lines, three guesses.

MODESpotlight0/3
Spotlight · ?.??
1f, err := os.Open(path)
2if err != nil { return fmt.Errorf("open %s: %w", path, err) }
3defer f.Close()
$ identify language
scripting
compiled
query
Keep going