Initial commit

This commit is contained in:
Oliver Jakoubek 2020-05-27 21:23:36 +02:00
commit 0f717cd2af
16 changed files with 574 additions and 0 deletions

9
title_info_test.go Normal file
View file

@ -0,0 +1,9 @@
package feragstring
import "testing"
func TestNewTitleInfo(t *testing.T) {
ti := NewTitleInfo()
ti.titleName = "MOP10629"
}