We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab9308 commit d3db5c0Copy full SHA for d3db5c0
README.md
@@ -1,22 +1,23 @@
1
-go-cgroup
2
-=========
+# go-cgroup
3
4
Bindings to the libcgroup library
5
+## Notice
6
7
-Installing
8
-==========
+_these bindings are incomplete_
9
10
- go get github.com/vbatts/go-cgroup
11
-
+## Installing
+
+```shell
12
+go get github.com/vbatts/go-cgroup
13
+```
14
15
on debian, you'll need packages: golang, libcgroup-dev
16
on fedora, you'll need packages: golang, libcgroup-devel
17
-Sample
-======
18
+## Sample
19
-```
20
+```golang
21
package main
22
23
import "github.com/vbatts/go-cgroup"
@@ -39,7 +40,7 @@ func main() {
39
40
}
41
```
42
-Contributing
43
-============
+## Contributing
44
45
Fork and Pull Request please!
46
0 commit comments