ref: f26be72083a16563f20142e02e59e0d4c662f6c1 dir: /opossum_plan9.go/
package opossum import ( "os/user" ) const PathPrefix = "/mnt/opossum" func Group(u *user.User) (string, error) { return u.Gid, nil }