Skip to content

Commit

Permalink
flock: our second project!
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Sep 30, 2018
1 parent a105ca5 commit 354e692
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions content/projects/flock/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: flock
description: Thread-safe file locking in Go
weight: 1
---

Our second project to adopt was [flock](https://github.com/gofrs/flock) (formerly known as `github.com/theckman/go-flock`). This project was donated to us from [@theckman](https://github.com/theckman) and we hapily adopted it because of its use in some projects across the community.

Overall, the project seems stable and complete. There aren't a tons and tons of users, but some important projects. ([Import list](https://godoc.org/github.com/theckman/go-flock?importers))

- [`github.com/stripe/veneur`](https://github.com/stripe/veneur) - a distributed, fault-tolerant pipeline for runtime data
- A few [blockchain](https://github.com/GenesisKernel/go-genesis/tree/master/packages/utils) related [projects](https://github.com/AplaProject/go-apla/tree/master/packages/utils)
- [`github.com/iovation/flockd](https://github.com/iovation/flockd)
- There's even an [open PR to dep](https://github.com/golang/dep/pull/1117)!


- Docs: https://godoc.org/github.com/gofrs/flock
- Source: https://github.com/gofrs/flock

0 comments on commit 354e692

Please sign in to comment.