Skip to content

Commit d3db5c0

Browse files
committed
README: format and notice
Fixes vbatts#3 Add a notice that these bindings are incomplete Signed-off-by: Vincent Batts <[email protected]>
1 parent 1ab9308 commit d3db5c0

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
go-cgroup
2-
=========
1+
# go-cgroup
32

43
Bindings to the libcgroup library
54

5+
## Notice
66

7-
Installing
8-
==========
7+
_these bindings are incomplete_
98

10-
go get github.com/vbatts/go-cgroup
11-
9+
## Installing
10+
11+
```shell
12+
go get github.com/vbatts/go-cgroup
13+
```
1214

1315
on debian, you'll need packages: golang, libcgroup-dev
1416
on fedora, you'll need packages: golang, libcgroup-devel
1517

16-
Sample
17-
======
18+
## Sample
1819

19-
```
20+
```golang
2021
package main
2122

2223
import "github.com/vbatts/go-cgroup"
@@ -39,7 +40,7 @@ func main() {
3940
}
4041
```
4142

42-
Contributing
43-
============
43+
## Contributing
44+
4445
Fork and Pull Request please!
4546

0 commit comments

Comments
 (0)