File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,10 @@ The following topics describe how to build a new Beat:
31
31
32
32
All Beats are written in http://golang.org/[Go], so having Go installed and knowing
33
33
the basics are prerequisites for understanding this guide.
34
- But don't worry if you aren't a Go expert. Go is a relatively new
35
- language, and very few people are experts in it. In fact, several
36
- people learned Go by contributing to Packetbeat and libbeat, including the
37
- original Packetbeat authors.
38
34
39
35
*Before you begin:* Set up your Go environment as described under
40
- <<setting-up-dev-environment>> in <<beats-contributing>>.
36
+ <<setting-up-dev-environment>> in <<beats-contributing>>. The minimum required
37
+ Go version is {go-version}.
41
38
42
39
To build your Beat on a specific version of libbeat, check out the specific
43
40
branch ({branch} in the example below):
You can’t perform that action at this time.
0 commit comments