go-callvis
Visualize call graph of a Go program using Graphviz (by ondrajz)
validator
:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving (by go-playground)
go-callvis | validator | |
---|---|---|
2 | 75 | |
6,309 | 18,630 | |
0.7% | 1.3% | |
5.7 | 8.4 | |
6 months ago | 10 days ago | |
Go | Go | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
go-callvis
Posts with mentions or reviews of go-callvis.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-15.
-
a tool for quickly creating web and microservice code
Dependency plugins and tools are automatically installed after executing the command: protoc-gen-go, protoc-gen-go-grpc, protoc-gen-validate, protoc-gen-gotag, protoc-gen-go-gin, protoc-gen-go-rpc-tmpl, protoc-gen-openapiv2, protoc-gen-doc, golangci-lint, swag, go-callvis.
- visualize dependency inside application
validator
Posts with mentions or reviews of validator.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-06.
-
Matt Godbolt sold me on Rust (by showing me C++)
I'm aware of this as well as go(lang)'s https://github.com/go-playground/validator, so you are right, I'm wondering about a more implicit validator like what Pydantic does when a value is assigned, versus an explicit call to validate().
- Gerando Pagamentos via Pix com a AbacatePay
-
Simplifying String Validation in Go: Introducing validatorgo
Why not use popular Go libraries like Package validator or govalidator? While both libraries are well-known, validatorgo focuses on standalone string validation and provides an extensive collection of customizable validators inspired by validator.js, which neither of these Go libraries fully implement.
-
Como Validar Dados em Golang?
go-playground/validator: https://github.com/go-playground/validator
-
Building a RESTful API with Go Fiber: An Express-Inspired Boilerplate
Request data is validated using Package validator. Check the documentation for more details on how to write validations.
-
A simplified version of Clean Arch
In the Golang implementation, the input for the usecase already is the validator. Here we are using go-playground/validator to do this validations, and the implementation for this is simply usign the tag validate.
-
nao1215/csv - Read csv with validation in golang
The nao1215/csv package was developed with inspiration from go-playground/validator and shogo82148/go-header-csv. I would like to express my gratitude here.
- API completa em Golang - Parte 7
- API completa em Golang - Parte 3
-
Is there any equivalent to pydantic, serde, etc?
go-playground/validator
What are some alternatives?
When comparing go-callvis and validator you can also consider the following projects:
depth - Visualize Go Dependency Trees
ozzo-validation - An idiomatic Go (golang) validation package. Supports configurable and extensible validation rules (validators) using normal language constructs instead of error-prone struct tags.
OctoLinker - OctoLinker — Links together, what belongs together
govalidator - [Go] Package of validators and sanitizers for strings, numerics, slices and structs
Golang-PDF-to-Image-Converter - This project will help you to convert PDF file to IMAGE using golang.
Validate - ⚔ Go package for data validation and filtering. support Map, Struct, Form data. Go通用的数据验证与过滤库,使用简单,内置大部分常用验证、过滤器,支持自定义验证器、自定义消息、字段翻译。