mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add Plik to the Other Software section
Please check if what you want to add to awesome-go list meets quality standards before sending pull request. Thanks! Please provide package links to: repo link : - https://github.com/root-gg/plik/tree/master live demo : - https://plik.root.gg/#/ pkg.go.dev: - https://pkg.go.dev/github.com/root-gg/plik goreportcard.com: - https://goreportcard.com/report/github.com/root-gg/plik coverage service link (codecov, coveralls, gocover etc.): Can't get any of them to work but coverage is displayed in every build : https://github.com/root-gg/plik/runs/4300158864 ok github.com/root-gg/plik/plik 10.153s coverage: 90.1% of statements ok github.com/root-gg/plik/server/common 50.332s coverage: 87.0% of statements ok github.com/root-gg/plik/server/context 0.050s coverage: 25.3% of statements (automatically generated accessors) ok github.com/root-gg/plik/server/data/file 0.046s coverage: 89.5% of statements ok github.com/root-gg/plik/server/data/stream 0.084s coverage: 100.0% of statements ok github.com/root-gg/plik/server/data/testing 0.040s coverage: 96.4% of statements ok github.com/root-gg/plik/server/handlers 65.720s coverage: 83.9% of statements ok github.com/root-gg/plik/server/metadata 8.501s coverage: 82.1% of statements ok github.com/root-gg/plik/server/middleware 0.298s coverage: 90.2% of statements ok github.com/root-gg/plik/server/server 2.103s coverage: 75.9% of statements Tests are also run against compatible backends using Docker images (see the test-backends step) Make sure that you've checked the boxes below before you submit PR: not every repository (project) will fit into every option, but most projects should I have added my package in alphabetical order. YES I have an appropriate description with correct grammar. YES I know that this package was not listed before. YES I have added pkg.go.dev link to the repo and to my pull request. YES I have added coverage service link to the repo and to my pull request. See above I have added goreportcard link to the repo and to my pull request. YES I have read Contribution guidelines, maintainers note and Quality standard. YES Thanks for your PR, you're awesome! 👍 No YOU are awesome :)
This commit is contained in:
parent
99c9188ea0
commit
4bf18176b6
@ -2821,6 +2821,7 @@ _**Unofficial** set of patterns for structuring projects._
|
|||||||
* [nes](https://github.com/fogleman/nes) - Nintendo Entertainment System (NES) emulator written in Go.
|
* [nes](https://github.com/fogleman/nes) - Nintendo Entertainment System (NES) emulator written in Go.
|
||||||
* [Orbit](https://github.com/gulien/orbit) - A simple tool for running commands and generating files from templates.
|
* [Orbit](https://github.com/gulien/orbit) - A simple tool for running commands and generating files from templates.
|
||||||
* [peg](https://github.com/pointlander/peg) - Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator.
|
* [peg](https://github.com/pointlander/peg) - Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator.
|
||||||
|
* [Plik](https://github.com/root-gg/plik) - Plik is a temporary file upload system (Wetransfer like) in Go.
|
||||||
* [restic](https://github.com/restic/restic) - De-duplicating backup program.
|
* [restic](https://github.com/restic/restic) - De-duplicating backup program.
|
||||||
* [scc](https://github.com/boyter/scc) - Sloc Cloc and Code, a very fast accurate code counter with complexity calculations and COCOMO estimates.
|
* [scc](https://github.com/boyter/scc) - Sloc Cloc and Code, a very fast accurate code counter with complexity calculations and COCOMO estimates.
|
||||||
* [Seaweed File System](https://github.com/chrislusf/seaweedfs) - Fast, Simple and Scalable Distributed File System with O(1) disk seek.
|
* [Seaweed File System](https://github.com/chrislusf/seaweedfs) - Fast, Simple and Scalable Distributed File System with O(1) disk seek.
|
||||||
|
Loading…
Reference in New Issue
Block a user