From da5a7598918da60d2e1414184f2e539944d5ba9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Thu, 1 Oct 2020 17:44:12 -0400 Subject: [PATCH] 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). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c2abeb..037c225 100644 --- a/README.md +++ b/README.md @@ -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)_
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)_
End-to-end HTTP and REST API testing for Go. - [Killgrave](https://github.com/friendsofgo/killgrave/labels/good%20first%20issue) _(label: good first issue)_
Simple way to generate mock servers in Go. +- [lxd](https://github.com/lxc/lxd/labels/easy) _(label: easy)_
System container and virtual machine manager. ## Java