fabric-samples/high-throughput/application-go/functions
Tommy TIAN 88a61065f6 Refactor Go files
1. replace deprecated ioutil functions (ioutil is deprecated since Go 1.16)
2. fix variable names that collide with imported package name
3. fix typos

Also update Go version specified by Go modules to ensure a Go version is used in which ioutil is deprecated and replacement functions are available in os and io packages.

Signed-off-by: Tommy TIAN <xtianae@connect.ust.hk>
Co-authored-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
2022-10-21 14:04:52 +01:00
..
deletePrune.go Move high-throughput sample to go application (#364) 2020-10-28 22:00:24 +01:00
manyUpdates.go Move high-throughput sample to go application (#364) 2020-10-28 22:00:24 +01:00
query.go Move high-throughput sample to go application (#364) 2020-10-28 22:00:24 +01:00
update.go Move high-throughput sample to go application (#364) 2020-10-28 22:00:24 +01:00
util.go Refactor Go files 2022-10-21 14:04:52 +01:00