From 4bf18176b655e14f077ea93375804b8e9dc5e2da Mon Sep 17 00:00:00 2001 From: Charles-Antoine Mathieu Date: Wed, 24 Nov 2021 16:20:21 +0100 Subject: [PATCH] Add Plik to the Other Software section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 :) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c721b299..efff0a87 100644 --- a/README.md +++ b/README.md @@ -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. * [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. +* [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. * [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.