5 lines
117 B
Go
5 lines
117 B
Go
|
/*
|
||
|
Package assert provides helper functions that can be used with the standard Go testing package.
|
||
|
*/
|
||
|
package assert
|