Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 387 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 387 Bytes

show don

We highly recommend using don in your go apps! Please feel free to submit pull requests.

import (
    "github.com/root-secure/showdon/libdon"
)

don := libdon.NewDon()
fmt.Println(don.Get())

or to run the existing binary, clone and:

# go build && ./showdon

Acknowledgments