bjeanes / go-lifx

Go implementation of the LIFX bulb protocol, including a command line client, a client library, and a debug-oriented traffic snooper
18 stars 8 forks source link

Merge payloads package into protocol package #16

Closed bjeanes closed 10 years ago

bjeanes commented 10 years ago

I was trying to subdivide too early because but in Go, the visibility rules and general community comfort with larger packages probably means having an uber-protocol package is better -- for now.

This is mostly an FYI since I'm going to merge it pretty quickly in order to keep working on stuff.

radar commented 10 years ago

Given that communicating over the protocol without these payloads is silly, I think that this is a good move :+1: