Skip to content

kkrypt0nn/gomanuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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

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.