emdbed/testdata/main.txt

7 lines
86 B
Plaintext

package main
import "fmt"
func main() {
fmt.Println("This file has no extension")
}