old king's road

This commit is contained in:
Mark Bates 2019-09-01 17:58:20 -04:00
parent 6cf3685ec7
commit d2fa5f9f73
22 changed files with 21 additions and 21 deletions

View File

@ -1,4 +1,4 @@
package memwh package memware
import ( import (
"path/filepath" "path/filepath"

View File

@ -1,4 +1,4 @@
package memwh package memware
// func Test_Create(t *testing.T) { // func Test_Create(t *testing.T) {
// r := require.New(t) // r := require.New(t)

View File

@ -1,4 +1,4 @@
package memwh package memware
import ( import (
"bytes" "bytes"

View File

@ -1,4 +1,4 @@
package memwh package memware
// func Test_File_Read_Memory(t *testing.T) { // func Test_File_Read_Memory(t *testing.T) {
// r := require.New(t) // r := require.New(t)

1
fs/memware/http.go Normal file
View File

@ -0,0 +1 @@
package memware

View File

@ -1,4 +1,4 @@
package memwh package memware
// func Test_HTTP_Dir(t *testing.T) { // func Test_HTTP_Dir(t *testing.T) {
// r := require.New(t) // r := require.New(t)

View File

@ -1,4 +1,4 @@
package memwh package memware
import ( import (
"encoding/json" "encoding/json"

View File

@ -1,4 +1,4 @@
package memwh package memware
// func Test_File_JSON(t *testing.T) { // func Test_File_JSON(t *testing.T) {
// r := require.New(t) // r := require.New(t)

View File

@ -1,4 +1,4 @@
package memwh package memware
import ( import (
"os" "os"

View File

@ -1,4 +1,4 @@
package memwh package memware
import ( import (
"os" "os"

View File

@ -1,4 +1,4 @@
package memwh package memware
import ( import (
"fmt" "fmt"

View File

@ -1,4 +1,4 @@
package memwh package memware
// func Test_Open(t *testing.T) { // func Test_Open(t *testing.T) {
// r := require.New(t) // r := require.New(t)

View File

@ -1,4 +1,4 @@
package memwh package memware
import ( import (
"fmt" "fmt"

View File

@ -1,4 +1,4 @@
package memwh package memware
// func Test_Stat(t *testing.T) { // func Test_Stat(t *testing.T) {
// r := require.New(t) // r := require.New(t)

View File

@ -1,4 +1,4 @@
package memwh package memware
import ( import (
"fmt" "fmt"

View File

@ -1,4 +1,4 @@
package memwh package memware
// func Test_Walk(t *testing.T) { // func Test_Walk(t *testing.T) {
// r := require.New(t) // r := require.New(t)

View File

@ -1,4 +1,4 @@
package memwh package memware
import ( import (
"fmt" "fmt"

View File

@ -1,4 +1,4 @@
package memwh package memware
import ( import (
"testing" "testing"

View File

@ -1 +0,0 @@
package memwh

View File

@ -1,4 +1,4 @@
package hdwh package hdware
import ( import (
"net/http" "net/http"

View File

@ -1,4 +1,4 @@
package hdwh package hdware
import ( import (
"fmt" "fmt"

View File

@ -1,4 +1,4 @@
package hdwh package hdware
import ( import (
"path/filepath" "path/filepath"