xkit is a modular Go library designed to provide atomic capabilities for external tools. It includes utilities for HTTP requests, file operations, system information retrieval, and more.
- HTTP Request Handling: Simplify HTTP GET requests, and create custom HTTP clients.
- File Operations: Easily read from and write to files, check file existence, and more.
- System Information: Retrieve system hostname, environment variables, and other system info.
- Utilities: Common utility functions like logging and error handling.
Use go get to install xkit:
go get -u github.com/XTeam-Wing/xkit