google / seesaw

Seesaw v2 is a Linux Virtual Server (LVS) based load balancing platform.
Apache License 2.0
5.65k stars 511 forks source link

Compile issues on Ubuntu 16.04, golang 1.10.1 #43

Open rnicksic opened 6 years ago

rnicksic commented 6 years ago

I ran into a couple of compile issues on Ubuntu 16.04, golang 1.10.1

Incorrect variable type in engine/vserver_test.go:972 - both values need to be %t instead of %s. incorrect variable type in healthcheck/dns.go:143 - rc needs to be %d instead of %s.