- // Copyright (C) 2019 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package eval
import (
"github.com/dotchain/dot/changes"
"github.com/dotchain/dot/changes/type
- // Copyright (C) 2019 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
// Package data impleements data structures for use with rich text
package data
import (
"sort
- // Copyright (C) 2019 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package dotc
import (
"io"
"text/template"
)
// Slice has the type information of a slice fo
- // Copyright (C) 2018 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package dot_test
import (
"database/sql"
"fmt"
"log"
"net/http/httptest"
"os"
"time"
"g
- // Copyright (C) 2019 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package eval_test
import (
"reflect"
"testing"
"github.com/dotchain/dot/changes"
"github.c
- // Copyright (C) 2019 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package crdt_test
import (
"reflect"
"testing"
"github.com/dotchain/dot/changes"
"github.c
- // Copyright (C) 2019 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package crdt
import "github.com/dotchain/dot/changes"
type crdtChange interface {
ApplyTo(ctx
- // Copyright (C) 2018 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
// Package diff compares two values and returns the changes
package diff
import (
"github.com/
- // Copyright (C) 2019 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package dotc
import (
"io"
"text/template"
)
// Struct has the type information of a struct
- // Copyright (C) 2018 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package streams_test
import (
"reflect"
"testing"
"github.com/dotchain/dot/changes"
"githu