Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashi7412/multi-packages-interface
This repository implement interface from different package Golang
https://github.com/hashi7412/multi-packages-interface
different-packages golang hashi7412 multi-interface practice shinobi
Last synced: 29 days ago
JSON representation
This repository implement interface from different package Golang
- Host: GitHub
- URL: https://github.com/hashi7412/multi-packages-interface
- Owner: squaremost
- Created: 2023-07-28T20:56:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-02T21:02:02.000Z (over 1 year ago)
- Last Synced: 2024-06-10T21:08:17.219Z (6 months ago)
- Topics: different-packages, golang, hashi7412, multi-interface, practice, shinobi
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# multi-packages-interface
This example aims to demonstrate the implementation of interfaces in Go and import your custom package. You will be able to define and declare an interface for an application in custom packages and implement that interface in your applications.
### Result
```
ECU <=====> Brain
Engine <=====> Heart
Air Filters <=====> Nose
Wipers <=====> Eyelashes
Gas Task <=====> Stomach
```## Conclusion
This repository implemented interface from different package golang
Here is some repositories for your guide:
- [Hands-on Go](https://github.com/hashi7412/handson-go)
- [Unmarshalling dynamic JSON in Golang](https://github.com/hashi7412/unmarshalling-dynamic-json)
- [Example of Golang CRUD using MySQL from scratch](https://github.com/hashi7412/CRUD-with-MySQL)
- [Token-based Authentication with MySQL](https://github.com/hashi7412/tokenbased-authentication)
- [Golang RESTful API using GORM and Gorilla Mux](https://github.com/hashi7412/RestfulAPI-with-GORM-and-GorillaMux)