Skip to content

ak1m1tsu/nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nix

Go Report Card License GoDoc

Description

Nix is a Go package that holds commonly used utilities in my pet-projects.

Installation

To install the package, use the go get command:

go get -u github.com/yourusername/nix

Documentation

For more information, check out the GoDoc documentation.

Contributing

We welcome contributions to improve the Nix package. To contribute, please follow these steps:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feat/YourFeature)
  3. Commit your changes (git commit -m 'feat: add some feature')
  4. Push to the branch (git push origin feat/YourFeature)
  5. Create a new Pull Request

Please make sure to run the tests before creating a pull requests.