Moving donut code to v1 in donut package

master
Frederick F. Kautz IV 10 years ago
parent 005ad1a9e1
commit 98ddbd840e
  1. 2
      pkg/storage/donut/v1/donut.go
  2. 2
      pkg/storage/donut/v1/donut_test.go

@ -14,7 +14,7 @@
* limitations under the License.
*/
package donut
package v1
import (
"encoding/binary"

@ -14,7 +14,7 @@
* limitations under the License.
*/
package donut
package v1
import (
"bytes"
Loading…
Cancel
Save