unexport fileInfo
Former-commit-id: e6492286dba14bb758f36da9a3f14d223e5b2d32
This commit is contained in:
@@ -24,7 +24,7 @@ type Editor struct {
|
||||
}
|
||||
|
||||
// GetEditor gets the editor based on a Info struct
|
||||
func GetEditor(r *http.Request, i *FileInfo) (*Editor, error) {
|
||||
func GetEditor(r *http.Request, i *fileInfo) (*Editor, error) {
|
||||
var err error
|
||||
|
||||
// Create a new editor variable and set the mode
|
||||
|
||||
Reference in New Issue
Block a user