gopherjs / websocket

websocket provides high- and low-level bindings for the browser's WebSocket API.
BSD 3-Clause "New" or "Revised" License
111 stars 25 forks source link

Fix #18: Remove dependency on `fmt` #19

Closed johanbrandhorst closed 7 years ago

johanbrandhorst commented 7 years ago

Will lead to smaller generated files.

flimzy commented 7 years ago

This won't help. Look at the import graph. fmt is also imported indirectly by net/url and context.

johanbrandhorst commented 7 years ago

Ah, my mistake! I'll go ahead and close this.