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: 9 months ago
JSON representation
This repository implement interface from different package Golang
- Host: GitHub
- URL: https://github.com/hashi7412/multi-packages-interface
- Owner: hashi7412
- Created: 2023-07-28T20:56:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T21:02:02.000Z (over 2 years ago)
- Last Synced: 2025-06-11T20:53:11.159Z (10 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)