Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
minotaur
Commits
ac8915a3
Commit
ac8915a3
authored
Aug 20, 2018
by
Benjamin Rokseth
Browse files
Use math/rand instead
parent
631aea93
Changes
1
Hide whitespace changes
Inline
Side-by-side
minotaur.go
View file @
ac8915a3
package
main
import
(
"crypto/rand"
"encoding/json"
"errors"
"flag"
...
...
@@ -9,6 +8,7 @@ import (
"io"
"io/ioutil"
"log"
"math/rand"
"mime"
"net/http"
"os"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment