|
|
|
@ -89,5 +89,6 @@ func (f FileSystemBogRepository) Open(filename string, user_agent_label string)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (f FileSystemBogRepository) Delete(filename string, user_agent_label string) {
|
|
|
|
|
|
|
|
|
|
abs_path := f.absPath(filename, user_agent_label)
|
|
|
|
|
os.Remove(abs_path)
|
|
|
|
|
}
|
|
|
|
|