You've already forked img-proxy-url-generator
code cleanup
This commit is contained in:
5
generator/plain.go
Normal file
5
generator/plain.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package generator
|
||||
|
||||
func (g *Generator) generatePlainUrl(file string) (string, error) {
|
||||
return "plain/" + file, nil
|
||||
}
|
||||
Reference in New Issue
Block a user