Split up the samples package.

geesefs-0-30-9
Aaron Jacobs 2015-02-27 16:31:04 +11:00
parent c03718ca7b
commit 9c6965487b
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
// Copyright 2015 Google Inc. All Rights Reserved.
// Author: jacobsa@google.com (Aaron Jacobs)
package samples
package hellofs
import (
"io"

View File

@ -1,7 +1,7 @@
// Copyright 2015 Google Inc. All Rights Reserved.
// Author: jacobsa@google.com (Aaron Jacobs)
package samples_test
package hellofs_test
import (
"io"

View File

@ -1,7 +1,7 @@
// Copyright 2015 Google Inc. All Rights Reserved.
// Author: jacobsa@google.com (Aaron Jacobs)
package samples
package memfs
import (
"sync"