PHP Classes

File: utils.go

Recommend this page to a friend!
  Classes of Wolfy-J   goridge   utils.go   Download  
File: utils.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: 127 bytes
 

Contents

Class file image Download
package goridge // min provides simple uint64 comparison func min(a, b uint64) uint64 { if a < b { return a } return b }