gf/os/gcmd
John Guo 73dc8c9c4b
fix cache issue in Count/Value functions for gdb.Model (#2300)
* add Tag* functions to retreive most commonly used tag value from struct field for package gstructs; use description tag as default value if brief is empty for gcmd.Argument

* fix cache issue in Count/Value functions for gdb.Model

* add more ut case for package gdb

* version updates
2022-11-16 10:04:49 +08:00
..
gcmd_command_help.go add tracing logging content if trace id is available in context for package gcmd 2022-06-17 17:41:10 +08:00
gcmd_command_object.go fix cache issue in Count/Value functions for gdb.Model (#2300) 2022-11-16 10:04:49 +08:00
gcmd_command_run.go add golangci feature to guarantee codes quality (#2229) 2022-11-01 20:12:21 +08:00
gcmd_command.go improve package gcmd, adding CaseSensitive option for options parsing, default is CaseInsensitive 2022-05-13 15:24:10 +08:00
gcmd_parser.go add golangci feature to guarantee codes quality (#2229) 2022-11-01 20:12:21 +08:00
gcmd_scan.go replace char <xxx> to ;add GetWithEnv/GetWithCmd fuctions for package gcfg 2021-10-21 18:22:47 +08:00
gcmd_z_example_test.go add golangci feature to guarantee codes quality (#2229) 2022-11-01 20:12:21 +08:00
gcmd_z_unit_feature_object1_test.go add golangci feature to guarantee codes quality (#2229) 2022-11-01 20:12:21 +08:00
gcmd_z_unit_feature_object2_test.go add golangci feature to guarantee codes quality (#2229) 2022-11-01 20:12:21 +08:00
gcmd_z_unit_feature_object3_test.go add golangci feature to guarantee codes quality (#2229) 2022-11-01 20:12:21 +08:00
gcmd_z_unit_feature_object4_test.go add golangci feature to guarantee codes quality (#2229) 2022-11-01 20:12:21 +08:00
gcmd_z_unit_parser_test.go t.Assert(err, nil) -> t.AssertNil(err) 2022-03-10 11:36:40 +08:00
gcmd_z_unit_test.go remove ContainsOpt from package gcmd 2022-01-19 20:25:04 +08:00
gcmd.go add otel support for package gcmd 2022-06-17 15:16:35 +08:00