From 26399813777ce6937bd9a30288091570a8cdbaad Mon Sep 17 00:00:00 2001 From: shibaisdog Date: Sun, 12 Jan 2025 01:29:05 +0900 Subject: [PATCH] README --- README.md | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fd2560e..0a17fff 100644 --- a/README.md +++ b/README.md @@ -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("")) +} +```