bring back protobuf
This commit is contained in:
@@ -61,10 +61,5 @@ func read(assetPath string, fileName string) (http.File, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
f, err := os.Open(p)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return f, nil
|
||||
return os.Open(p)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user