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