- // 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_test
import (
"testing"
"github.com/dotchain/dot/changes"
"github.com/dotchain
- package main
import (
"encoding/xml"
"flag"
"fmt"
"strings"
"time"
_ "github.com/chrislusf/glow/driver"
"github.com/chrislusf/glow/flow"
)
/*
- **posts**.xml
- Id
- PostTypeId
- 1: Question
- 2: Answer
- package pool
import "context"
type SingleConnPool struct {
pool Pooler
cn *Conn
stickyErr error
}
var _ Pooler = (*SingleConnPool)(nil)
func NewSingleConnPool(pool Pooler, cn *Conn) *SingleConnPool {
return &SingleConnPool{
pool: po
- Views: 2
- Keywords: redis,
- // Code generated by github.com/tvastar/test/cmd/testmd/testmd.go. DO NOT EDIT.
package dot_test
import (
"fmt"
"github.com/dotchain/dot/changes"
"github.com/dotchain/dot/changes/types"
"github.com/dotchain/dot/streams"
"github.com/dotchain/dot/s
- // Copyright 2012-2019 The NATS Authors
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses
- // Copyright 2014-2021 Aerospike, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licens
- // Copyright 2018-2020 The NATS Authors
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses
- // Copyright 2014 The Cayley Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http
- package main
import (
"bytes"
"context"
"embed"
"encoding/hex"
"fmt"
"hash/fnv"
"io"
"net/http"
"os"
"path"
"regexp"
"strings"
"sync"
"text/template"
"time"
"github.com/gorilla/mux"
"github.com/prometheus/client_golang/prometheus"
"gi
- # Contributing to NutsDB
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it"s:
- Reporting a bug
- Discussing the