ran go fmt on mmap_solaris.go #4787

pull/5027/head
Fazal Majid 2015-12-07 17:41:26 -08:00
parent 0f889a77d1
commit bb386219f4
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ import (
"golang.org/x/sys/unix"
)
func mmap(f *os.File, offset int64, length int) ([]byte, error) {
mmap, err := unix.Mmap(int(f.Fd()), 0, length, syscall.PROT_READ, syscall.MAP_SHARED)
if err != nil {