1-- .mod -- 2module example.com/ignore 3 4ignore ./foo 5-- .info -- 6{"Version":"v1.0.0"} 7 8-- foo/foo.go -- 9package foo 10 11const Bar = "Hello from foo!"
View as plain text