canonical / lxd-demo-server

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

Removed Pointer Reference #15

Closed jessecowens closed 6 years ago

jessecowens commented 6 years ago

I wasn't able to run go build with rest.go line 375 using a pointer to the interface. Removing the pointer reference and passing the interface itself built and runs for me.

stgraber commented 6 years ago

As you didn't sign-off your commit I can't actually look at it but based on your description, I've fixed the issue in master now.

jessecowens commented 6 years ago

Thanks Stéphane, sorry for the mistake in the pull request.