Skip to content

Commit

Permalink
Update to go version v1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbruinsslot committed Apr 23, 2021
1 parent 24a30e4 commit 3a81185
Show file tree
Hide file tree
Showing 26 changed files with 2,501 additions and 196 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 J.P.H. Bruins Slot
Copyright (c) 2021 J.P.H. Bruins Slot

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/erroneousboat/anki-md

go 1.16

require github.com/russross/blackfriday/v2 v2.1.0
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

const (
VERSION = "0.1.0"
VERSION = "0.1.1"
USAGE = `NAME:
anki-md - markdown to anki flash cards converter
Expand Down Expand Up @@ -83,11 +83,11 @@ func init() {
flag.Usage = func() {
fmt.Printf(USAGE, VERSION)
}

flag.Parse()
}

func main() {
flag.Parse()

var err error

// Input
Expand Down
8 changes: 8 additions & 0 deletions vendor/github.com/russross/blackfriday/v2/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions vendor/github.com/russross/blackfriday/v2/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 46 additions & 0 deletions vendor/github.com/russross/blackfriday/v2/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3a81185

Please sign in to comment.