lint: fix issues in examples (#49)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Downloaded from https://raw.githubusercontent.com/demerphq/BeagleHash/5f8620b953230e5b16171b745155fc3b0ef8f75e/LICENSE
|
||||
// Code generated by downloading from https://raw.githubusercontent.com/demerphq/BeagleHash/5f8620b953230e5b16171b745155fc3b0ef8f75e/LICENSE. DO NOT EDIT.
|
||||
|
||||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
@@ -4,7 +4,7 @@ dl() {
|
||||
url=$1
|
||||
filename=$(basename $1)
|
||||
{
|
||||
echo "// Downloaded from ${url}"
|
||||
echo "// Code generated by downloading from ${url}. DO NOT EDIT."
|
||||
echo
|
||||
curl -L ${url}
|
||||
} > ${filename}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Downloaded from https://github.com/dgryski/go-stadtx/raw/3c3d9b328c24a9b5ecd370654cd6e9d60a85752d/stadtx.go
|
||||
// Code generated by downloading from https://github.com/dgryski/go-stadtx/raw/3c3d9b328c24a9b5ecd370654cd6e9d60a85752d/stadtx.go. DO NOT EDIT.
|
||||
|
||||
// Package stadtx implements Stadtx Hash
|
||||
/*
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Downloaded from https://github.com/dgryski/go-stadtx/raw/3c3d9b328c24a9b5ecd370654cd6e9d60a85752d/stadtx_test.go
|
||||
// Code generated by downloading from https://github.com/dgryski/go-stadtx/raw/3c3d9b328c24a9b5ecd370654cd6e9d60a85752d/stadtx_test.go. DO NOT EDIT.
|
||||
|
||||
package stadtx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user