Skip to content

Commit

Permalink
Update the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dastoori committed Jan 29, 2022
1 parent b36b569 commit f324837
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions doc.go
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
// Package higgs is a tiny cross-platform Go library to hide or unhide files and directories
// higgs is a tiny cross-platform Go library to hide or unhide files and directories
//
// package main
//
// import (
// "fmt"
// "github.com/dastoori/higgs"
// )
//
// func main() {
// err := higgs.Hide("foo.txt")
//
// if err != nil {
// fmt.Println(err)
// }
//
// err = higgs.Unhide("foo.txt")
//
// if err != nil {
// fmt.Println(err)
// }
// }
// **Supported OSs:** All unix based OSs (Tested on Ubuntu, MacOS), Windows
package higgs

0 comments on commit f324837

Please sign in to comment.