Pinned Repositories
fixify
A Go library for writing test fixtures in a declarative way
grpcmock
grpcmock provides a mock gRPC server from a generated gRPC client code
mdlink
ブラウザ or クリップボードからマークダウン用のリンクを生成する Alfred workflow
obsdconv
convert obsidian markdowns in multiple ways
obsidian-binary-file-manager-plugin
An Obsidian plugin to manage binary files
obsidian-card-view-switcher-plugin
An Obsidian plugin to provide a quick switcher with card view
obsidian-command-palette-minus-plugin
An Obsidian plugin to provide a command palette without unwanted commands
obsidian-core-search-assistant-plugin
An Obsidian plugin to enhance built-in search: keyboard interface, card preview, bigger preview
obsidian-local-file-interface-plugin
An Obsidian plugin to provide commands for moving files in and out of the vault
obsidian-toolbox-plugin
An Obsidian plugin with minimal features
qawatake's Repositories
qawatake/obsidian-binary-file-manager-plugin
An Obsidian plugin to manage binary files
qawatake/grpcmock
grpcmock provides a mock gRPC server from a generated gRPC client code
qawatake/wire
Compile-time Dependency Injection for Go
qawatake/fixify
A Go library for writing test fixtures in a declarative way
qawatake/fsel
Linter: fsel flags field access with unverified nil errors
qawatake/named
Linter: named ensures a target function to be called with a named return value.
qawatake/ctxvls
Package ctxvls provide APIs for storing and retrieving collections of values in context
qawatake/decorator
Library: decorator wraps analyzers to supplement the results with additional details
qawatake/depcache
GitHub Action to cache dependencies
qawatake/dwrap
Linter: dwrap forces every public function to begin with an deferring call of a error wrapping function like derrors.Wrap.
qawatake/dynamodb-sandbox
dynamodbで遊んでみる
qawatake/faketest
Fakes should be random.
qawatake/gha-cache-example
qawatake/globalcall
Linter `globalcall` detects that specific functions are called in a package scope.
qawatake/godump
Tool: godump dumps AST and SSA IR of given source codes
qawatake/grpc-gateway
gRPC to JSON proxy generator following the gRPC HTTP spec
qawatake/grpcstub
grpcstub provides gRPC server and client conn ( *grpc.ClientConn ) for stubbing, for testing in Go.
qawatake/guregu-null
reasonable handling of nullable values
qawatake/httpstub
httpstub provides router ( http.Handler ), server ( *httptest.Server ) and client ( *http.Client ) for stubbing, for testing in Go.
qawatake/intcast
Analyzer: intcast finds integer type cast that can cause overflow
qawatake/mysql
Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
qawatake/nilerr
Analyzer: nilerr checks returning nil when err is not nil
qawatake/nilnop
Linter: nilnop detects nil is passed to a function that does nothing for nil
qawatake/notany
Linter: notany limits possible types for arguments of any type.
qawatake/null
null is a package for providing types to handle nullable values.
qawatake/runcache
GitHub Action to cache frequently updated artifacts
qawatake/slide-integration_test
integration testのスライド書いてみる
qawatake/smtptest
smtptest provides SMTP server for testing.
qawatake/test_db
A sample MySQL database with an integrated test suite, used to test your applications and database servers
qawatake/yaml
YAML support for the Go language.