Skip to content

this is an instructional on using the adapter pattern in go to bridge two systems

Notifications You must be signed in to change notification settings

lkendrickd/simple-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Adapter

Adpater Patten Example

The adapter patter is one of the simplest patterns in which an interface is used to connect two otherwise incompatible types.

The adapter pattern is a structural design pattern that allows objects with incompatible interfaces to collaborate.

Prerequisites

  • Go (version >= 1.18)

Getting Started

  1. Clone the repository
git clone git remote add origin [email protected]:lkendrickd/simple-adapter.git
  1. Change directory
cd simple-adapter
  1. Run the application
go run main.go

About

this is an instructional on using the adapter pattern in go to bridge two systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages