This is an automated email from the ASF dual-hosted git repository.

proost pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-go.git

commit 038d84aec7eef93d31eeb9247b31a66acab98609
Merge: d2c0d2f cd3d29b
Author: Hyeonho Kim <[email protected]>
AuthorDate: Sat Jan 31 23:02:30 2026 +0900

    Merge pull request #115 from proost/ci-add-linter
    
    ci: add linter

 .github/workflows/{go.yml => lint.yml}          | 14 ++++----------
 .github/workflows/{go.yml => test.yml}          |  2 +-
 Makefile                                        | 17 +++++++++++++++++
 common/item_sketch_double.go                    |  3 ++-
 common/item_sketch_long.go                      |  1 +
 cpc/all_test.go                                 |  3 ++-
 cpc/compression_data_test.go                    |  3 ++-
 cpc/cpc_compressed_state.go                     |  3 ++-
 cpc/cpc_compressed_state_test.go                |  3 ++-
 cpc/cpc_sketch.go                               |  5 +++--
 cpc/cpc_sketch_serialization_test.go            |  5 +++--
 cpc/cpc_union.go                                |  3 ++-
 cpc/cpc_union_test.go                           |  3 ++-
 cpc/cpc_wrapper.go                              |  1 +
 cpc/pair_table_test.go                          |  3 ++-
 cpc/utils.go                                    |  3 ++-
 cpc/utils_test.go                               |  3 ++-
 examples/frequency_example_test.go              |  3 ++-
 examples/hll_example_test.go                    |  3 ++-
 examples/kll_example_test.go                    |  3 ++-
 frequencies/reverse_purge_item_hash_map.go      |  5 +++--
 frequencies/reverse_purge_long_hash_map_test.go |  3 ++-
 frequencies/serde_compat_test.go                |  3 ++-
 frequencies/sketch_serialization_test.go        |  3 ++-
 go.mod                                          | 10 ++++++++++
 go.sum                                          | 12 ++++++++++++
 internal/murmur3_test.go                        |  3 ++-
 kll/items_sketch_sorted_view.go                 |  3 ++-
 kll/items_sketch_validate.go                    |  1 +
 kll/utils.go                                    |  5 +++--
 kll/utils_test.go                               |  3 ++-
 sampling/reservoir_size.go                      |  2 +-
 32 files changed, 98 insertions(+), 39 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to