Skip to content

Commit

Permalink
beta update
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffy-melli committed Jan 15, 2025
1 parent 306df2e commit 51b89fc
Show file tree
Hide file tree
Showing 5 changed files with 301 additions and 166 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,23 @@ https://github.com/Tanat05/korcen
이 프로젝트는 원본 `korcen` 프로젝트를 수정하여 배포한 것입니다.
원본 프로젝트는 `https://github.com/Tanat05/korcen`에서 확인할 수 있습니다.
해당 프로젝트의 라이센스 또한 Apache-2.0 을 따르고 있습니다
프로젝트의 라이센스 또한 Apache-2.0 을 따르고 있습니다
```

>[gyarang](https://github.com/gyarang) / [gohangul](https://github.com/gyarang/gohangul)
```
https://github.com/gyarang/gohangul
-----------------------------------
이 프로젝트는 원본 `gohangul` 을 사용해서 배포한 것입니다.
원본 프로젝트는 `https://github.com/gyarang/gohangul`에서 확인할 수 있습니다.
해당 프로젝트의 MIT License 를 따르고 있습니다
```

![Apache-2.0](https://github.com/fluffy-melli/korcen-go/blob/main/docs/asset/Apache-2.0.png)

`korcen-go`는 원본 프로젝트의 `Apache-2.0` 라이선스를 따르고 있습니다. 코드를 사용할 경우 라이선스 내용을 준수해주세요.
`korcen-go`는 원본 프로젝트의 `Apache-2.0` & `MIT License` 라이선스를 모두 따르고 있습니다.
코드를 사용할 경우 라이선스 내용을 준수해주세요.

- 라이선스 고지 및 저작권 고지 필수(일반인이 접근 가능한 부분에 표시)

Expand Down Expand Up @@ -58,6 +70,7 @@ Copyright© All rights reserved.
>mod
```sh
$ go get github.com/fluffy-melli/korcen-go
L v0.7.0 버전 이후로 함수 출력이 달라졌으므로 사용시에 유의해주시기 바랍니다
```

>golang
Expand Down
2 changes: 1 addition & 1 deletion docs/asset/module_version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module github.com/fluffy-melli/korcen-go

go 1.22.2

require github.com/gyarang/gohangul v0.1.3 // indirect
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/gyarang/gohangul v0.1.3 h1:UV5TCR2+XheNr+q79nJoHCzDyUow4Z/AmOqxZqm3SvQ=
github.com/gyarang/gohangul v0.1.3/go.mod h1:EzJMLXEkhFBcEgmMNklqj6vlZh+cBv4AzAcyz7KU2Mw=
Loading

0 comments on commit 51b89fc

Please sign in to comment.