{"id":69390,"library":"tmthrgd-go-bitset","title":"go-bitset","description":"Package bitset implements a bitset data structure for Go.","status":"active","version":"0.0.0-20190904054048-394d9a556c05","language":"go","source_language":null,"source_url":"https://github.com/tmthrgd/go-bitset","tags":["bitset","data-structure","utility"],"install":[{"cmd":"go get github.com/tmthrgd/go-bitset","lang":"bash","label":"Install github.com/tmthrgd/go-bitset"}],"dependencies":[],"imports":[{"symbol":"bitset","correct":"github.com/tmthrgd/go-bitset"}],"quickstart":{"code":"package main\n\nimport (\n    \"fmt\"\n    \"github.com/tmthrgd/go-bitset\"\n)\n\nfunc main() {\n    bs := bitset.New(64)\n    bs.Set(10)\n    fmt.Println(bs.IsSet(10))\n}","lang":"go","description":"Create a bitset, set a bit, and check it"},"warnings":[],"env_vars":null,"search_vec":"'bitset':3,5,8,13 'data':9,15 'data-structur':14 'go':2,12 'go-bitset':1 'implement':6 'packag':4 'structur':10,16 'util':17","created_at":"2026-06-17T18:01:16.598608+00:00","updated_at":"2026-06-17T18:01:16.598608+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/tmthrgd/go-bitset","github":"https://github.com/tmthrgd/go-bitset","docs":"https://pkg.go.dev/github.com/tmthrgd/go-bitset#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}