You've already forked jsonresume
Add initial latex theme
This commit is contained in:
@@ -28,12 +28,15 @@ package model
|
||||
import (
|
||||
"encoding/json"
|
||||
"io/ioutil"
|
||||
"regexp"
|
||||
"strings"
|
||||
"time"
|
||||
)
|
||||
|
||||
const ISO8601DateLayout = "2006-01-02"
|
||||
|
||||
var MarkdownURLRegexp = regexp.MustCompile(`\[([^]]*)\]\((http[^)]*)\)`)
|
||||
|
||||
type ResumeDate struct {
|
||||
time.Time
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user