PHP Classes

File: utils_test.go

Recommend this page to a friend!
  Classes of Wolfy-J   goridge   utils_test.go   Download  
File: utils_test.go
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: goridge
Run Golang code from PHP calling its RPC server
Author: By
Last change:
Date: 6 years ago
Size: 149 bytes
 

Contents

Class file image Download
package goridge import ( "github.com/stretchr/testify/assert" "testing" ) func Test_min(t *testing.T) { assert.Equal(t, uint64(1), min(1, 2)) }