Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 275 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 275 Bytes

IBAN

IBAN is a very lightweight IBAN validator.

Simply import the library as follows:

import ( "github.com/alionurgeven/IBAN/pkg/ibanvalidator" )

And use it as shown below:

IBAN := "AE070331234567890123456"

isValid := ibanvalidator.Validate(IBAN)