module
Version:
v0.0.0-...-261ea43
Opens a new window with list of versions in this module.
Published: Aug 9, 2025
License: MIT
Opens a new window with license information.
README
¶
A collection of useful Go utilities and tools for common programming tasks.
Installation
go get github.com/Roya1jr/gotoolbox
Quick Start
package main
import (
"log"
"github.com/Roya1jr/gotoolbox/gtb_string"
)
func main() {
log.Println(gtb_string.AddPre("World", "Hello"))
}
License
This project is licensed under the MIT License - see the LICENSE file for details.
Directories
¶
Click to show internal directories.
Click to hide internal directories.