Top 3.8% forks on proxy.golang.org
proxy.golang.org : github.com/searKing/golang/tools/go-syncmap
go-syncmap Generates Go code using a package as a generic template for sync.Map. Given the name of a sync.Map type T , and the name of a type Key and Value go-syncmap will create a new self-contained Go source file implementing from Go version 1.9 onward from Go version 1.15 onward The file is created in the same package and directory as the package that defines T, Key and Value. It has helpful defaults designed for use with go generate. For example, given this snippet, running this command in the same directory will create the file pill_syncmap.go, in package painkiller, containing a definition of from Go version 1.9 onward from Go version 1.15 onward Typically this process would be run using go generate, like this: With no arguments, it processes the package in the current directory. Otherwise, the arguments must name a single directory holding a Go package or a set of Go source files that represent a single Go package. The -type flag accepts a comma-separated list of types so a single run can generate methods for multiple types. The default output file is t_string.go, where t is the lower-cased name of the first type listed. It can be overridden with the -output flag.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/sear%21king/golang/tools/go-syncmap
Keywords:
cache-file
, connection-mux
, generic-template
, generics
, glog
, go
, gogenerate
, golang
, reorderbuffer
, rotate-file
, signal
License: MIT
Latest release: 6 months ago
First release: over 3 years ago
Namespace: github.com/searKing/golang/tools
Stars: 107 on GitHub
Forks: 13 on GitHub
Total Commits: 1595
Committers: 5
Average commits per author: 319.0
Development Distribution Score (DDS): 0.347
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 15 days ago
github.com/searKing/golang/tools/common
various libs or tools for GolangLatest release: 7 days ago - 107 stars on GitHub
github.com/searking/golang/third_party
various libs or tools for GolangLatest release: 8 days ago - 107 stars on GitHub
github.com/searKing/golang/third_party
various libs or tools for GolangLatest release: 15 days ago - 107 stars on GitHub
github.com/searKing/golang/pkg/webserver v1.2.126
various libs or tools for Golang43 versions - Latest release: 15 days ago - 4 dependent packages - 1 dependent repositories - 107 stars on GitHub
github.com/searking/golang/pkg/webserver v1.2.126
various libs or tools for Golang42 versions - Latest release: 15 days ago - 107 stars on GitHub
github.com/searKing/golang/pkg
various libs or tools for GolangLatest release: about 1 month ago - 1 dependent package - 107 stars on GitHub
github.com/searKing/golang/go v1.2.124
various libs or tools for Golang111 versions - Latest release: 2 months ago - 69 dependent packages - 4 dependent repositories - 107 stars on GitHub
github.com/searking/golang/go v1.2.124
various libs or tools for Golang111 versions - Latest release: 2 months ago - 107 stars on GitHub
github.com/searking/golang/tools/go-union v1.2.125
various libs or tools for Golang1 version - Latest release: 6 months ago - 107 stars on GitHub
github.com/searKing/golang/tools/go-union v1.2.125
go-union Generates Go code using a package as a union or sum type. Given the name of a Union type...1 version - Latest release: 6 months ago - 107 stars on GitHub
github.com/searKing/golang/tools/go-option v1.2.125
Typically this process would be run using go generate, like this: With no arguments, it processe...24 versions - Latest release: 6 months ago - 2 dependent packages - 107 stars on GitHub
github.com/searking/golang/tools/go-option v1.2.125
various libs or tools for Golang24 versions - Latest release: 6 months ago - 107 stars on GitHub
github.com/searKing/golang/tools/go-import v1.2.123
various libs or tools for Golang12 versions - Latest release: 6 months ago - 2 dependent packages - 107 stars on GitHub
github.com/searKing/golang/tools/go-enum v1.2.123
various libs or tools for Golang13 versions - Latest release: 6 months ago - 3 dependent packages - 1 dependent repositories - 107 stars on GitHub
github.com/searking/golang/tools/protoc-gen-go-tag v1.2.123
various libs or tools for Golang13 versions - Latest release: 6 months ago - 107 stars on GitHub
github.com/searking/golang/tools/go-syncmap v1.2.123
various libs or tools for Golang11 versions - Latest release: 6 months ago - 107 stars on GitHub
github.com/searKing/golang/tools/go-atomicvalue v1.2.123
go-atomicvalue Generates Go code using a package as a generic template for atomic.Value. Given th...11 versions - Latest release: 6 months ago - 107 stars on GitHub
github.com/searking/golang/tools/go-atomicvalue v1.2.123
various libs or tools for Golang11 versions - Latest release: 6 months ago - 107 stars on GitHub
github.com/searKing/golang/tools/protoc-gen-go-tag v1.2.123
protoc-gen-go-tag is a plugin for the Google protocol buffer compiler to Generate Go code. Instal...13 versions - Latest release: 6 months ago - 2 dependent packages - 1 dependent repositories - 107 stars on GitHub
github.com/searking/golang/tools/go-syncpool v1.2.123
various libs or tools for Golang11 versions - Latest release: 6 months ago - 107 stars on GitHub
github.com/searKing/golang/tools/go-syncpool v1.2.123
go-syncpool Generates Go code using a package as a generic template for sync.Pool. Given the name...11 versions - Latest release: 6 months ago - 107 stars on GitHub
github.com/searking/golang/tools/go-sqlx v1.2.123
various libs or tools for Golang11 versions - Latest release: 6 months ago - 107 stars on GitHub
github.com/searKing/golang/tools/go-nulljson v1.2.123
go-nulljson Generates Go code using a package as a generic template that implements database/sql....12 versions - Latest release: 6 months ago - 107 stars on GitHub
github.com/searKing/golang/tools/go-sqlx v1.2.123
go-sqlx Generates Go code using a package as a generic template that implements sqlx. Given the S...11 versions - Latest release: 6 months ago - 107 stars on GitHub
github.com/searKing/golang/tools/go-validator v1.2.123
go-validator Generates Go code using a package as a generic template that implements validator. G...11 versions - Latest release: 6 months ago - 107 stars on GitHub
github.com/searKing/golang/tools v1.2.122
various libs or tools for Golang13 versions - Latest release: 6 months ago - 36 dependent packages - 1 dependent repositories - 107 stars on GitHub
github.com/searking/golang/tools v1.2.122
various libs or tools for Golang13 versions - Latest release: 6 months ago - 107 stars on GitHub
github.com/searKing/golang/tools/cmd/go-option v1.2.121
Typically this process would be run using go generate, like this: With no arguments, it processe...17 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searking/golang/tools/cmd/go-option v1.2.121
Typically this process would be run using go generate, like this: With no arguments, it processe...17 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searKing/golang/tools/cmd/protoc-gen-go-tag v1.2.120
protoc-gen-go-tag is a plugin for the Google protocol buffer compiler to Generate Go code. Instal...9 versions - Latest release: about 1 year ago - 7 dependent packages - 1 dependent repositories - 107 stars on GitHub
github.com/searking/golang/tools/cmd/go-syncpool v1.2.120
go-syncpool Generates Go code using a package as a generic template for sync.Pool. Given the name...9 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searking/golang/third_party/github.com/golang/go v1.2.120
various libs or tools for Golang10 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searking/golang/third_party/github.com/spf13/pflag v1.2.120
various libs or tools for Golang10 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/grpc-ecosystem/grpc-gateway v1.2.120
various libs or tools for Golang12 versions - Latest release: about 1 year ago - 3 dependent packages - 1 dependent repositories - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/golang/protobuf v1.2.120
various libs or tools for Golang11 versions - Latest release: about 1 year ago - 10 dependent packages - 2 dependent repositories - 107 stars on GitHub
github.com/searking/golang/third_party/github.com/go-sql-driver/mysql v1.2.120
various libs or tools for Golang10 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searking/golang/third_party/github.com/syndtr/goleveldb v1.2.120
various libs or tools for Golang9 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searking/golang/third_party/github.com/google/uuid v1.2.120
various libs or tools for Golang9 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/otlpsql/example v1.2.120
various libs or tools for Golang5 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/gtank/cryptopasta v1.2.120
various libs or tools for Golang9 versions - Latest release: about 1 year ago - 5 dependent packages - 2 dependent repositories - 107 stars on GitHub
github.com/searking/golang/third_party/github.com/golang/protobuf v1.2.120
various libs or tools for Golang11 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searking/golang/third_party/google.golang.org/protobuf v1.2.120
various libs or tools for Golang13 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searking/golang/third_party/github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/otlpsql/example v1.2.120
various libs or tools for Golang5 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searKing/golang/third_party/google.golang.org/grpc v1.2.120
various libs or tools for Golang21 versions - Latest release: about 1 year ago - 11 dependent packages - 2 dependent repositories - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/sirupsen/logrus v1.2.120
various libs or tools for Golang17 versions - Latest release: about 1 year ago - 7 dependent packages - 2 dependent repositories - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/spf13/viper v1.2.120
various libs or tools for Golang13 versions - Latest release: about 1 year ago - 5 dependent packages - 2 dependent repositories - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/google/uuid v1.2.120
various libs or tools for Golang9 versions - Latest release: about 1 year ago - 3 dependent packages - 1 dependent repositories - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/github.com/searKing/otelhttp v1.2.120
various libs or tools for Golang15 versions - Latest release: about 1 year ago - 3 dependent packages - 1 dependent repositories - 107 stars on GitHub
github.com/searking/golang v1.2.120
various libs or tools for Golang281 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searking/golang/third_party/github.com/grpc-ecosystem/grpc-gateway v1.2.120
various libs or tools for Golang12 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searKing/golang/third_party/google.golang.org/protobuf v1.2.120
various libs or tools for Golang13 versions - Latest release: about 1 year ago - 14 dependent packages - 2 dependent repositories - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/otlpsql v1.2.120
various libs or tools for Golang14 versions - Latest release: about 1 year ago - 3 dependent packages - 1 dependent repositories - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/grpc-ecosystem/grpc-gateway-v2 v1.2.120
various libs or tools for Golang26 versions - Latest release: about 1 year ago - 7 dependent packages - 2 dependent repositories - 107 stars on GitHub
github.com/searKing/golang/tools/cmd/go-enum v1.2.120
various libs or tools for Golang10 versions - Latest release: about 1 year ago - 2 dependent packages - 1 dependent repositories - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/julienschmidt/httprouter v1.2.120
various libs or tools for Golang8 versions - Latest release: about 1 year ago - 3 dependent packages - 1 dependent repositories - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/spf13/pflag v1.2.120
various libs or tools for Golang10 versions - Latest release: about 1 year ago - 4 dependent packages - 1 dependent repositories - 107 stars on GitHub
github.com/searKing/golang/pkg/instrumentation/otel v1.2.120
various libs or tools for Golang1 version - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/go-sql-driver/mysql v1.2.120
various libs or tools for Golang10 versions - Latest release: about 1 year ago - 5 dependent packages - 2 dependent repositories - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/urfave/negroni v1.2.120
various libs or tools for Golang9 versions - Latest release: about 1 year ago - 5 dependent packages - 1 dependent repositories - 107 stars on GitHub
github.com/searking/golang/third_party/github.com/spf13/viper v1.2.120
various libs or tools for Golang13 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/syndtr/goleveldb v1.2.120
various libs or tools for Golang9 versions - Latest release: about 1 year ago - 5 dependent packages - 2 dependent repositories - 107 stars on GitHub
github.com/searking/golang/tools/cmd/go-syncmap v1.2.120
go-syncmap Generates Go code using a package as a generic template for sync.Map. Given the name o...9 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searking/golang/tools/cmd/go-sqlx v1.2.120
various libs or tools for Golang9 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searKing/golang/third_party/google.golang.org/grpc/grpclog/logruslogger v1.2.120
Package logruslogger defines logrus-based logging for grpc. Importing this package will install l...9 versions - Latest release: about 1 year ago - 3 dependent packages - 1 dependent repositories - 107 stars on GitHub
github.com/searking/golang/third_party/github.com/gorilla/websocket v1.2.120
various libs or tools for Golang10 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searking/golang/third_party/github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/otlpsql v1.2.120
various libs or tools for Golang14 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/gin-gonic/gin v1.2.120
various libs or tools for Golang16 versions - Latest release: about 1 year ago - 9 dependent packages - 2 dependent repositories - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/grpc-ecosystem/go-grpc-middleware v1.2.120
various libs or tools for Golang10 versions - Latest release: about 1 year ago - 3 dependent packages - 1 dependent repositories - 107 stars on GitHub
github.com/searKing/golang/tools/cmd/go-atomicvalue v1.2.120
go-atomicvalue Generates Go code using a package as a generic template for atomic.Value. Given th...8 versions - Latest release: about 1 year ago - 1 dependent repositories - 107 stars on GitHub
github.com/searking/golang/third_party/github.com/urfave/negroni v1.2.120
various libs or tools for Golang9 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/gorilla/websocket v1.2.120
various libs or tools for Golang10 versions - Latest release: about 1 year ago - 3 dependent packages - 1 dependent repositories - 107 stars on GitHub
github.com/searking/golang/tools/cmd/go-import v1.2.120
go-import Performs auto import of non go files. Given the directory to be imported go-import will...10 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searKing/golang/tools/cmd/go-sqlx v1.2.120
go-sqlx Generates Go code using a package as a generic template that implements sqlx. Given the S...9 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searKing/golang/tools/cmd/go-syncmap v1.2.120
go-syncmap Generates Go code using a package as a generic template for sync.Map. Given the name o...9 versions - Latest release: about 1 year ago - 1 dependent repositories - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/golang/go v1.2.120
various libs or tools for Golang10 versions - Latest release: about 1 year ago - 5 dependent packages - 2 dependent repositories - 107 stars on GitHub
github.com/searking/golang/tools/cmd/go-nulljson v1.2.120
go-nulljson Generates Go code using a package as a generic template that implements database/sql....9 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searking/golang/third_party/github.com/jmoiron/sqlx v1.2.120
various libs or tools for Golang10 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searking/golang/third_party/github.com/grpc-ecosystem/grpc-gateway-v2 v1.2.120
various libs or tools for Golang26 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searking/golang/third_party/github.com/julienschmidt/httprouter v1.2.120
various libs or tools for Golang8 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searking/golang/third_party/gocloud.dev v1.2.120
various libs or tools for Golang10 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/open-telemetry/opentelemetry-go/metric v1.2.120
various libs or tools for Golang13 versions - Latest release: about 1 year ago - 3 dependent packages - 1 dependent repositories - 107 stars on GitHub
github.com/searking/golang/tools/cmd/go-atomicvalue v1.2.120
go-atomicvalue Generates Go code using a package as a generic template for atomic.Value. Given th...8 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searking/golang/third_party/github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/google.golang.org/grpc/otelgrpc v1.2.120
various libs or tools for Golang16 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/jmoiron/sqlx v1.2.120
various libs or tools for Golang10 versions - Latest release: about 1 year ago - 3 dependent packages - 1 dependent repositories - 107 stars on GitHub
github.com/searking/golang/third_party/github.com/gtank/cryptopasta v1.2.120
various libs or tools for Golang9 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searking/golang/tools/cmd/protoc-gen-go-tag v1.2.120
various libs or tools for Golang9 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searking/golang/third_party/github.com/grpc-ecosystem/go-grpc-middleware v1.2.120
various libs or tools for Golang10 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searking/golang/third_party/github.com/open-telemetry/opentelemetry-go/metric v1.2.120
various libs or tools for Golang13 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searking/golang/tools/cmd/go-enum v1.2.120
go-enum is a tool to automate the creation of methods that satisfy such interfaces: Given the na...10 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searking/golang/tools/cmd/go-validator v1.2.120
various libs or tools for Golang9 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/grpc-ecosystem/grpc-gateway-v2/grpc/logging/grpclogrus v1.2.120
various libs or tools for Golang14 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searKing/golang/tools/cmd/go-syncpool v1.2.120
go-syncpool Generates Go code using a package as a generic template for sync.Pool. Given the name...9 versions - Latest release: about 1 year ago - 1 dependent repositories - 107 stars on GitHub
github.com/searKing/golang/tools/cmd/go-nulljson v1.2.120
go-nulljson Generates Go code using a package as a generic template that implements database/sql....9 versions - Latest release: about 1 year ago - 1 dependent repositories - 107 stars on GitHub
github.com/searking/golang/third_party/github.com/grpc-ecosystem/grpc-gateway-v2/grpc/logging/grpclogrus v1.2.120
various libs or tools for Golang14 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searKing/golang/third_party/github.com/open-telemetry/opentelemetry-go-contrib/instrumentation/google.golang.org/grpc/otelgrpc v1.2.120
various libs or tools for Golang16 versions - Latest release: about 1 year ago - 3 dependent packages - 1 dependent repositories - 107 stars on GitHub
github.com/searKing/golang/tools/cmd/go-import v1.2.120
various libs or tools for Golang10 versions - Latest release: about 1 year ago - 1 dependent repositories - 107 stars on GitHub
github.com/searking/golang/pkg/instrumentation/otel v1.2.120
various libs or tools for Golang1 version - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searKing/golang/tools/cmd/go-validator v1.2.120
go-validator Generates Go code using a package as a generic template that implements validator. G...9 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searking/golang/third_party/google.golang.org/grpc v1.2.120
various libs or tools for Golang21 versions - Latest release: about 1 year ago - 107 stars on GitHub
github.com/searKing/golang v1.2.120
various libs or tools for Golang284 versions - Latest release: about 1 year ago - 51 dependent packages - 3 dependent repositories - 107 stars on GitHub