fork of indigo with slightly nicer lexgen
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

move PLC client (named PLCServer) from api/ to plc/

+3 -3
+1 -1
api/cbor_gen.go plc/cbor_gen.go
··· 1 1 // Code generated by github.com/whyrusleeping/cbor-gen. DO NOT EDIT. 2 2 3 - package api 3 + package plc 4 4 5 5 import ( 6 6 "fmt"
+1 -1
api/plc.go plc/client.go
··· 1 - package api 1 + package plc 2 2 3 3 import ( 4 4 "bytes"
+1 -1
api/plc_test.go plc/client_test.go
··· 1 - package api 1 + package plc 2 2 3 3 import ( 4 4 "bytes"