Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffy-melli committed Jan 11, 2025
1 parent dd5d425 commit 89763a0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
11 changes: 11 additions & 0 deletions example/example.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package main

import (
"fmt"

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

func main() {
fmt.Println(korcen.Check(""))
}
5 changes: 5 additions & 0 deletions example/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module example

go 1.22.2

require github.com/fluffy-melli/korcen-go v0.1.0
2 changes: 2 additions & 0 deletions example/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/fluffy-melli/korcen-go v0.1.0 h1:TI3rStYX/nPWb1fNwUMcvchZWhtdxRFqTE5/zhJBl4Q=
github.com/fluffy-melli/korcen-go v0.1.0/go.mod h1:cclxwoGf9aauztGqW8gBVXnkRlHzXXG2TU9g2wZOhQ8=
10 changes: 0 additions & 10 deletions module_test.go

This file was deleted.

0 comments on commit 89763a0

Please sign in to comment.