Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
should've never let it start
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Oct 18, 2019
1 parent 57ff4f8 commit 33269b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkging/mem/mem.go
Expand Up @@ -188,6 +188,7 @@ func (fx *Pkger) Add(f pkging.File) error {

// Create creates the named file with mode 0666 (before umask) - It's actually 0644, truncating it if it already exists. If successful, methods on the returned File can be used for I/O; the associated file descriptor has mode O_RDWR.
func (fx *Pkger) Create(name string) (pkging.File, error) {
fx.MkdirAll("/", 0755)
pt, err := fx.Parse(name)
if err != nil {
return nil, err
Expand Down

0 comments on commit 33269b5

Please sign in to comment.