Add lxd to go projects (#708)

This adds `lxd` to the list of `go` projects.

For LXD we have issues we mark as `easy` which we will quite actively mentor new comers on.
In the past we've had a lot of students pick those as part of assignments and they can usually be achieved in just a few hours or days (dependent on existing Go and system experience).
This commit is contained in:
Stéphane Graber 2020-10-01 17:44:12 -04:00 committed by GitHub
parent 97ef4deb8e
commit da5a759891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,6 +95,7 @@ If you are not a programmer, but would like to contribute, check out the [Awesom
- [script](https://github.com/bitfield/script/labels/good%20first%20issue) _(label: good first issue)_ <br> A Go library for doing the kind of tasks that shell scripts are good at: reading files, executing subprocesses, counting lines, matching strings, and so on. Beginners are very welcome and will get detailed code review and help through the PR process.
- [httpexpect](https://github.com/gavv/httpexpect/labels/help%20wanted) _(label: help wanted)_ <br> End-to-end HTTP and REST API testing for Go.
- [Killgrave](https://github.com/friendsofgo/killgrave/labels/good%20first%20issue) _(label: good first issue)_ <br> Simple way to generate mock servers in Go.
- [lxd](https://github.com/lxc/lxd/labels/easy) _(label: easy)_ <br> System container and virtual machine manager.
## Java