Skip to content

Commit

Permalink
Change package name to tunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
fatih committed May 28, 2015
1 parent 153cd1b commit 097501d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion client.go
@@ -1,4 +1,4 @@
package streamtunnel
package tunnel

import (
"bufio"
Expand Down
2 changes: 1 addition & 1 deletion control.go
@@ -1,4 +1,4 @@
package streamtunnel
package tunnel

import (
"encoding/json"
Expand Down
2 changes: 1 addition & 1 deletion protocol.go
@@ -1,4 +1,4 @@
package streamtunnel
package tunnel

var Connected = "200 Connected to Tunnel"

Expand Down
2 changes: 1 addition & 1 deletion server.go
@@ -1,4 +1,4 @@
package streamtunnel
package tunnel

import (
"bufio"
Expand Down
2 changes: 1 addition & 1 deletion tunnel_test.go
@@ -1,4 +1,4 @@
package streamtunnel
package tunnel

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion util.go
@@ -1,4 +1,4 @@
package streamtunnel
package tunnel

// async is a helper function to convert a blocking function to a function
// returning an error. Useful for plugging function closures into select and co
Expand Down
2 changes: 1 addition & 1 deletion virtualhost.go
@@ -1,4 +1,4 @@
package streamtunnel
package tunnel

import (
"sync"
Expand Down

0 comments on commit 097501d

Please sign in to comment.