Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

πŸ“‡ A very simple Go library to get the manufacturer of a specific MAC address

License

Notifications You must be signed in to change notification settings

kkrypt0nn/gomanuf

Repository files navigation

gomanuf

Discord Server Badge Go Reference Repository License Code Size Last Commit

gomanuf is a very simple library to get the manufacturer of a specific MAC address.

Installation

If you want to use this library for one of your projects, you can install it like any other Go library

go get github.com/kkrypt0nn/gomanuf@v1.10.0+20260201

Example

package main
import (
	"fmt"
	"github.com/kkrypt0nn/gomanuf"
)
func main() {
	manuf, _ := gomanuf.Search("C4:A8:1D:73:D7:8C")
	fmt.Println(manuf)
}

License

This library was made with πŸ’œ by Krypton and is under the MIT license.

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /