Versions in this module Expand all Collapse all v0 v0.2.5 May 11, 2020 v0.2.4 Apr 6, 2020 v0.2.3 Apr 6, 2020 v0.2.2 Apr 4, 2020 v0.2.1 Apr 4, 2020 v0.2.0 Apr 3, 2020 Changes in this version + type Info struct + Book bookData + Chapter int + From int + To int + Verses int + Whole bool v0.1.7 Mar 14, 2020 v0.1.6 Mar 13, 2020 Changes in this version + var AllBookNames = map[string][]BookName + var AllBooksInfo = []BookInfo + var AvailableLanguages = []string + func BookNameToID(bookName string) (string, error) + func Check(reference Reference) error + type BookInfo struct + Chapters int + Exceptions []map[string]interface{} + ID string + Order int + Start string + Testament string + VerseCount int + VersesPerChapter []int + func GetBookInfo(id string) (BookInfo, error) + type BookName struct + Alt []string + Name string + type ProcessData struct + Book bookData + Chapter int + From int + To int + Verses int + func Process(ref string) (ProcessData, error) + type Reference struct + Chapter int + From int + ID string + To int + func Parse(ref string) (Reference, error)