This website requires JavaScript.
Explore
Help
Sign In
Influxdata
/
influxdb
mirror of
https://github.com/influxdata/influxdb.git
Watch
1
Star
0
Fork
You've already forked influxdb
0
Code
Issues
Projects
Releases
Wiki
Activity
a138a683de
influxdb
/
pkg
/
data
/
gen
/
util.go
9 lines
76 B
Go
Raw
Blame
History
package
gen
func
min
(
a
,
b
int
)
int
{
if
a
<
b
{
return
a
}
return
b
}
Reference in New Issue
View Git Blame
Copy Permalink