Commit 6506f8b1 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

pathfs: mark nodefs, pathfs as deprecated

Change-Id: Iffe9bf5c77a332002b3b0a15b75853102549b511
parent 5796a76a
......@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// This package is deprecated. New projects should use the package
// "github.com/hanwen/go-fuse/fs" instead.
//
// The nodefs package offers a high level API that resembles the
// kernel's idea of what an FS looks like. File systems can have
// multiple hard-links to one file, for example. It is also suited if
......
......@@ -2,6 +2,10 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// This package is deprecated. New projects should use the package
// "github.com/hanwen/go-fuse/fs" instead.
//
// Package pathfs provides a file system API expressed in filenames.
package pathfs
import (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment