Skip to content

Commit 424fad4

Browse files
committed
update: basic informations
1 parent e416e59 commit 424fad4

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010

1111
# Output of the go coverage tool, specifically when used with LiteIDE
1212
*.out
13+
*.html

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Ou Changkun
3+
Copyright (c) 2019 Ou Changkun
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# lockfree
2-
lock-free data structure library written in go
2+
3+
Package lockfree offers lock-free utilities in Go.
4+
5+
## Contributing
6+
7+
We would love to have your experiences. Feel free to [submit an issue](https://github.com/changkun/lockfree/issues/new) for requesting new implementation or bug report.
8+
9+
## License
10+
11+
MIT © [Changkun Ou](https://changkun.de)

doc.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Package lockfree offers lock-free utilities
2+
package lockfree

0 commit comments

Comments
 (0)