File: encoding_test.go

package info (click to toggle)
golang-gopkg-rethinkdb-rethinkdb-go.v6 6.2.1-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,736 kB
  • sloc: python: 1,382; makefile: 16; sh: 9
file content (6 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
package encoding

import (
	// Import gocheck so that flag are setup (but unused)
	_ "gopkg.in/check.v1"
)