modulepackage
0.0.0-20190812181605-50ddc50d02e7
Repository: https://github.com/fourcube/goiban.git
Documentation: pkg.go.dev
# README
goiban
Goiban implements functions for validating international bank account numbers using GO. You may freely use this code. Used at http://openiban.com .
# Packages
The MIT License (MIT)
Copyright (c) 2015 Chris Grieger
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
# Functions
CalculateIBAN returns a parser result with an IBAN.
Returns a country code from a string value representing an IBAN.
No description provided by the author
No description provided by the author
Returns true if the string val can be parsed to an Iban Struct.
Factory method.
Factory method.
*
Returns a pointer to an Iban instance or nil on structural errors.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
describes the structure of an IBAN.
Represents the result of a parsing attempt.
Represents the result of an IBAN validation.