1
0
mirror of https://github.com/google/gops.git synced 2024-11-24 08:22:25 +02:00
gops/agent
segevda a241038823
replace ioutil usages with io and os (#202)
ioutil was deprecated in go1.16 and its functions now directly call io
and os functions. It is recommended to use these implementations in new
code.
2023-02-10 14:03:23 +01:00
..
agent_test.go agent: allow to set SO_REUSEPORT on listening socket 2020-12-09 19:27:52 +01:00
agent.go replace ioutil usages with io and os (#202) 2023-02-10 14:03:23 +01:00
sockopt_reuseport.go agent: rename setsockoptReuseAddrAndPort to setReuseAddrAndPortSockopts 2021-10-11 18:06:37 +02:00
sockopt_unsupported.go agent: rename setsockoptReuseAddrAndPort to setReuseAddrAndPortSockopts 2021-10-11 18:06:37 +02:00