Skip to content

Commit

Permalink
Revert "fixes for go1 rename"
Browse files Browse the repository at this point in the history
This reverts commit b0e7f12.
  • Loading branch information
bpowers committed Nov 13, 2011
1 parent 80de377 commit 36f51d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/auth.go
Expand Up @@ -4,8 +4,8 @@
package main

import (
"http"
"log"
"net/http"
"seshcookie"
)

Expand Down
4 changes: 2 additions & 2 deletions seshcookie.go
Expand Up @@ -13,13 +13,13 @@ import (
"crypto/sha1"
"crypto/subtle"
"encoding/base64"
"encoding/gob"
"errors"
"gob"
"hash"
"http"
"io"
"log"
"net"
"net/http"
"sync"
"sync/atomic"
"time"
Expand Down

0 comments on commit 36f51d1

Please sign in to comment.