Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h committed May 15, 2022
1 parent 1557bea commit 489fafe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion transliteration.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//
// https://zakon.rada.gov.ua/laws/show/55-2010-%D0%BF#Text

package transliteration_go
package transliteration

import "unicode"

Expand Down
2 changes: 1 addition & 1 deletion transliteration_rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//
// https://zakon.rada.gov.ua/laws/show/55-2010-%D0%BF#Text

package transliteration_go
package transliteration

var ukrToLatRules = map[rune]string{
'А': "A",
Expand Down
2 changes: 1 addition & 1 deletion transliteration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//
// https://zakon.rada.gov.ua/laws/show/55-2010-%D0%BF#Text

package transliteration_go
package transliteration

import (
"testing"
Expand Down

0 comments on commit 489fafe

Please sign in to comment.