Sergey
Results
1
issues of
Sergey
Firstly, thank you for the library. In the **goflow/utils/sflow.go** file, there are the following blocks of code: 1) Defining "ts": ``` ts := uint64(time.Now().UTC().Unix()) if pkt.SetTime { ts = uint64(pkt.RecvTime.UTC().Unix())...