github.com/kayoticsully/syncthing@v0.8.9-0.20140724133906-c45a2fdc03f8/cmd/syncthing/memsize_unimpl.go (about) 1 // +build freebsd 2 3 package main 4 5 import "errors" 6 7 func memorySize() (uint64, error) { 8 return 0, errors.New("not implemented") 9 }