canonical / lxd-demo-server

The LXD demo server
https://linuxcontainers.org/lxd/try-it
Apache License 2.0
74 stars 26 forks source link

Errors in rest.go #4

Closed markc closed 8 years ago

markc commented 8 years ago

I suspect this repo hasn't been updated for awhile...

~ go build
# _/home/u/localhost/var/www/lxd
./rest.go:175: not enough arguments in call to lxdDaemon.Init
./rest.go:458: not enough arguments in call to shared.ReaderToChannel
stgraber commented 8 years ago

I've been building it against the stable-2.0 LXD branch mostly which hasn't changed API recently.

But yeah, it should be updated for the current LXD API I guess.