PHP » GoLang |
login |
register |
about
|
unlinkunlink[code] func Unlink(filename string) error { return os.Remove(filename) } [/code] |