errors.go
changeset 10 8dc05ff5dbe2
parent 9 4b3436c03726
equal deleted inserted replaced
9:4b3436c03726 10:8dc05ff5dbe2
       
     1 // Copyright (C) 2016 Mikael Berthe <mikael@lilotux.net>. All rights reserved.
       
     2 // Use of this source code is governed by the MIT license,
       
     3 // which can be found in the LICENSE file.
       
     4 
     1 package takuzu
     5 package takuzu
     2 
     6 
     3 import "fmt"
     7 import "fmt"
     4 
     8 
     5 // This file contains the takuzu validation error type.
     9 // This file contains the takuzu validation error type.