Awesome
Tisikkirlir
Kurulum
go get -u github.com/pasali/tisikkirlir
Kullanımı
package main
import (
"fmt"
"github.com/pasali/tisikkirlir"
)
func main() {
fmt.Println(tisikkirlir.Tsk("Naber gardaş")) // Nibir girdiş
}
Contributing
- Fork it ( https://github.com/pasali/tisikkirlir/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request