This Go package provides bindings for the PhysicsFS library. PhysicsFS is a library to provide abstract access to various archives. It provides an easy method to access files in various locations, even inside archives, without having to worry about their actual locations, similar to Quake 3's file subsystem.
To install simply type:
go get github.com/DeedleFake/Go-PhysicsFS/physfs
This will install into your GOPATH. For more information, type:
go help packages go help remote go help get
To import, use the following:
import "github.com/DeedleFake/Go-PhysicsFS/physfs"
To view the documentation locally, type:
go doc github.com/DeedleFake/Go-PhysicsFS/physfs
If you would like to see the docs in a nice layout online, simply visit GoPkgDoc.