feat: translator
This commit is contained in:
9
translator/translator_test.go
Normal file
9
translator/translator_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package translator
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestTranslator(t *testing.T) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user