kops/vendor/github.com/chai2010/gettext-go/gettext/mo/file_test.go

14 lines
255 B
Go

// Copyright 2013 ChaiShushan <chaishushan{AT}gmail.com>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package mo
import (
"testing"
)
func TestFile(t *testing.T) {
//
}