Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gokcehan committed Jul 7, 2018
1 parent 9d4accb commit e74a43b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gen/docstring.sh
Expand Up @@ -9,11 +9,11 @@
tmp=gen/docstring.go

echo "// Code generated by gen/docstring.sh DO NOT EDIT." >> $tmp
echo >> $tmp
echo "package main" >> $tmp
echo >> $tmp
echo "var genDocString = \`" >> $tmp
go doc | tr "\`" "'" >> $tmp
echo "\`" >> $tmp
echo >> $tmp
echo "package main" >> $tmp
echo >> $tmp
echo "var genDocString = \`" >> $tmp
go doc | tr "\`" "'" >> $tmp
echo "\`" >> $tmp

mv $tmp docstring.go

0 comments on commit e74a43b

Please sign in to comment.