Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 271 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 271 Bytes

wifi-name

Get current wifi name

Install

$ go get github.com/yelinaung/wifi-name

Example

package main

import (
	"fmt"
	"github.com/yelinaung/wifi-name"
)

func main() {
	fmt.Println("wifi name ", wifiname.WifiName())
}

License

MIT