koding / tunnel

Tunnel proxy package in Go
BSD 3-Clause "New" or "Revised" License
314 stars 70 forks source link

Custom proxy splitup #35

Closed mmatczuk closed 7 years ago

mmatczuk commented 7 years ago

@rjeczalik proxy.go was split to files, I also saw that golint complains on proto package this is all fixed now (stupid of me I used golint .).

rjeczalik commented 7 years ago

Looks cool, could you name files without the underscore? tcpproxy.go, httpproxy.go etc? The tcp_proxy.go file looks like it needs proxy build tag.

mmatczuk commented 7 years ago

@rjeczalik done

rjeczalik commented 7 years ago

@mmatczuk Thanks!