github.com/sbward/docker@v1.4.2-0.20150114010528-c9dab702bed3/pkg/symlink/README.md (about) 1 Package symlink implements EvalSymlinksInScope which is an extension of filepath.EvalSymlinks 2 from the [Go standard library](https://golang.org/pkg/path/filepath). 3 4 The code from filepath.EvalSymlinks has been adapted in fs.go. 5 Please read the LICENSE.BSD file that governs fs.go and LICENSE.APACHE for fs_test.go.