gomanuf

package module
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2023 License: MIT Imports: 6 Imported by: 0

README

gomanuf

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.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Search(mac string) (string, error)

Search will return the manufacturer of the given MAC address.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL