Skip to content
#

generic-programming

Here are 11 public repositories matching this topic...

gen is a generic general use Go functions library with the intention of replacing duplicated code where the same functionality is needed across multiple types, and provides a common interface for the functionality. The library is designed to be used in a wide variety of projects and is designed to be easy to use.

  • Updated Jun 3, 2024
  • Go

This simple program aims at exploring Golang's interfaces and structs, besides this also calls out to one of my other programs in Go which is /Go-asyncLogger. This program illustrates the behaviour of a connections pool manager using a logger. This program is built in a sens where it can be used for any logger and any type of connections.

  • Updated Apr 7, 2024
  • Go

Improve this page

Add a description, image, and links to the generic-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the generic-programming topic, visit your repo's landing page and select "manage topics."

Learn more