Finish renaming model package to record

This commit is contained in:
Daniel 2018-09-06 08:52:24 +02:00
parent d76bfd55dc
commit 7ad09b60c1
13 changed files with 13 additions and 13 deletions

View file

@ -1,4 +1,4 @@
package model package record
import ( import (
"errors" "errors"

View file

@ -1,4 +1,4 @@
package model package record
import "testing" import "testing"

View file

@ -1,4 +1,4 @@
package model package record
import ( import (
"github.com/Safing/portbase/formats/dsd" "github.com/Safing/portbase/formats/dsd"

View file

@ -1,4 +1,4 @@
package model package record
import ( import (
"strings" "strings"

View file

@ -1,4 +1,4 @@
package model package record
// Benchmark: // Benchmark:
// BenchmarkAllocateBytes-8 2000000000 0.76 ns/op // BenchmarkAllocateBytes-8 2000000000 0.76 ns/op

View file

@ -1,4 +1,4 @@
package model package record
import ( import (
"fmt" "fmt"

View file

@ -1,4 +1,4 @@
package model package record
import ( import (
"reflect" "reflect"

View file

@ -1,4 +1,4 @@
package model package record
type course struct { type course struct {
Created int64 Created int64

View file

@ -1,4 +1,4 @@
package model package record
import "time" import "time"

View file

@ -1,4 +1,4 @@
package model package record
// Record provides an interface for uniformally handling database records. // Record provides an interface for uniformally handling database records.
type Record interface { type Record interface {

View file

@ -1,4 +1,4 @@
package model package record
import "sync" import "sync"

View file

@ -1,4 +1,4 @@
package model package record
import ( import (
"errors" "errors"

View file

@ -1,4 +1,4 @@
package model package record
import ( import (
"bytes" "bytes"