Pantelis Sampaziotis

Advanced
@psampaz

go-mod-outdated. Find outdated dependencies of your Go projects. go-mod-outdated provides a table view of the go list -u -m -json all command which lists all dependencies of a Go project and their available minor and patch updates. It also provides a way to filter indirect dependencies and dependencies without updates.

671

gothanks. GoThanks automatically stars Go's official repository and your go.mod github dependencies, providing a simple way to say thanks to the maintainers of the modules you use and the contributors of Go itself.

128

slice. Type-safe functions for common Go slice operations

51

gophersnippets. Code snippets with tests and testable examples for the Go programming language

44

shield. Shield is a simple net/http compatible middleware which blocks or allows requests based on a predicate

7

latex-nonfiction-ebook-template-1. A LaTeX template for typesetting a professional print-on-demand nonfiction technical book, eBook (.epub, .mobi), and website

6

service. A fully testable and commented Go service prototype built for educational purposes

4

gods. GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables, Sort, JSON

4

justforfunc. The repository for the YouTube series JustForFunc

1

gophercon2018-performance-tuning-workshop. GopherCon 2018 Performance Tuning Workshop

1

awesome-go. A curated list of awesome Go frameworks, libraries and software

1

shared-settings. All companies have information that wants to be reused in there different internal apps as a result information become redundant and after a while inconsistent. This app has as a purpose to provide a single point where all your information can be stored and shared across all of your applications.

1
12
Apply