Is there a module to determine a data type?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • govalidator

    [Go] Package of validators and sanitizers for strings, numerics, slices and structs

  • If you just want to assert that certain strings are convertible into certain types, https://github.com/asaskevich/govalidator contains a lot of handy functions to do just that.

  • dataframe.mod

    an implementation of the dataframe notion for Go

  • I started writing something to do this (dataframe). It will generate a dataframe (a collection of slices of different types, all the same length, each corresponding to a column). It tries to figure out from the first N lines what the type of each column is. There's support for int64, float64, bool and string-type columns. I haven't touched it for a year but I recall it was in a working state when I stopped.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts