Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffy-melli committed Jan 11, 2025
1 parent 89763a0 commit 2639981
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,37 @@

![131_20220604170616](https://user-images.githubusercontent.com/85154556/171998341-9a7439c8-122f-4a9f-beb6-0e0b3aad05ed.png)

## Installation
# Maker

```sh
$ go get github.com/fluffy-melli/korcen-go
```

# Authorship
>(github) : Tanat05
```
Tanat05
https://github.com/Tanat05/korcen
---------------------------------
!The code below is a Go translation of the code written by "Tanat05," and all copyrights are owned by "Tanat05."
```

Copyright© All rights reserved.

---

# Installation

>mod
```sh
$ go get github.com/fluffy-melli/korcen-go
```

>golang
```go
package main

import (
"fmt"

"github.com/fluffy-melli/korcen-go"
)

func main() {
fmt.Println(korcen.Check(""))
}
```

0 comments on commit 2639981

Please sign in to comment.