Skip to content

Rewritten Golang module based on the 'Tanat05/korcen' (Python) module, adapted to Golang syntax.

License

Notifications You must be signed in to change notification settings

fluffy-melli/korcen-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Korcen.go

Go Version

131_20220604170616

KR EN

제작자

Tanat05 / korcen

https://github.com/Tanat05/korcen
---------------------------------
!아래 코드는 "Tanat05"가 작성한 코드를 Go 언어로 변환한 것이며, 모든 저작권은 "Tanat05"에게 있습니다.

Copyright© All rights reserved.


설치 방법

mod

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

golang

package main

import (
	"fmt"

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

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

About

Rewritten Golang module based on the 'Tanat05/korcen' (Python) module, adapted to Golang syntax.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%