github.com/hauerwu/docker@v1.8.0-rc1/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.