reckless username change
This commit is contained in:
parent
06cda01027
commit
9e606e1ce8
@ -1,4 +1,4 @@
|
||||
language: erlang
|
||||
|
||||
script:
|
||||
- curl https://raw.github.com/nshah/go.travis/master/install | sh
|
||||
- curl https://raw.github.com/daaku/go.travis/master/install | sh
|
||||
|
@ -5,7 +5,7 @@ package main
|
||||
import (
|
||||
"flag"
|
||||
"fmt"
|
||||
"github.com/nshah/go.grace/gracehttp"
|
||||
"github.com/daaku/go.grace/gracehttp"
|
||||
"net/http"
|
||||
"time"
|
||||
)
|
||||
|
@ -7,7 +7,7 @@ import (
|
||||
"errors"
|
||||
"flag"
|
||||
"fmt"
|
||||
"github.com/nshah/go.grace"
|
||||
"github.com/daaku/go.grace"
|
||||
"log"
|
||||
"net"
|
||||
"net/http"
|
||||
|
@ -4,8 +4,8 @@ import (
|
||||
"bufio"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"github.com/nshah/go.freeport"
|
||||
"github.com/nshah/go.tool"
|
||||
"github.com/daaku/go.freeport"
|
||||
"github.com/daaku/go.tool"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
"os"
|
||||
@ -200,7 +200,7 @@ func (h *harness) Wait() {
|
||||
// The main test case.
|
||||
func TestComplex(t *testing.T) {
|
||||
h := &harness{
|
||||
ImportPath: "github.com/nshah/go.grace/gracehttp/testserver",
|
||||
ImportPath: "github.com/daaku/go.grace/gracehttp/testserver",
|
||||
T: t,
|
||||
}
|
||||
h.Build()
|
||||
|
@ -4,7 +4,7 @@ package main
|
||||
import (
|
||||
"encoding/json"
|
||||
"flag"
|
||||
"github.com/nshah/go.grace/gracehttp"
|
||||
"github.com/daaku/go.grace/gracehttp"
|
||||
"log"
|
||||
"net/http"
|
||||
"os"
|
||||
|
@ -1,4 +1,4 @@
|
||||
go.grace [![Build Status](https://secure.travis-ci.org/nshah/go.grace.png)](http://travis-ci.org/nshah/go.grace)
|
||||
go.grace [![Build Status](https://secure.travis-ci.org/daaku/go.grace.png)](http://travis-ci.org/daaku/go.grace)
|
||||
========
|
||||
|
||||
Package grace provides a library that makes it easy to build socket
|
||||
@ -6,10 +6,10 @@ based servers that can be gracefully terminated & restarted (that is,
|
||||
without dropping any connections).
|
||||
|
||||
Demo HTTP Server with graceful termination and restart:
|
||||
https://github.com/nshah/go.grace/blob/master/gracedemo/demo.go
|
||||
https://github.com/daaku/go.grace/blob/master/gracedemo/demo.go
|
||||
|
||||
http level graceful termination and restart:
|
||||
http://go.pkgdoc.org/github.com/nshah/go.grace/gracehttp
|
||||
http://go.pkgdoc.org/github.com/daaku/go.grace/gracehttp
|
||||
|
||||
net.Listener level graceful termination and restart:
|
||||
http://go.pkgdoc.org/github.com/nshah/go.grace
|
||||
http://go.pkgdoc.org/github.com/daaku/go.grace
|
||||
|
Loading…
Reference in New Issue
Block a user