Noah Petherbridge
7816a8a362
Update package paths and README
4 years ago
Franklin Yu
6025e8de66
Add notice for discussion area
4 years ago
Jim Teeuwen
a0ff2567cf
Merge pull request #115 from grobie/fix-go-fmt
Fix go format of generated code
7 years ago
Tobias Schmidt
8ed2cd0f6d
Fix go format of generated code
The following changes make the generated code go fmt compatible.
7 years ago
Jim Teeuwen
bfe36d3254
Merge pull request #108 from liggitt/nometadata
Allow excluding metadata from built assets
7 years ago
Jordan Liggitt
7f4fb1184f
Allow excluding metadata from built assets
7 years ago
Jim Teeuwen
dce55d09e2
Merge pull request #107 from tamird/vet-shadow
Replace `go-nyet` with `go tool vet --shadow`
7 years ago
Tamir Duberstein
57e5327e97
Replace `go-nyet` with `go tool vet --shadow`
`go-nyet` is deprecated.
7 years ago
Jim Teeuwen
19c9a00bca
Merge pull request #104 from jangler/master
Don't write NUL bytes in uncompressed_memcopy()
7 years ago
Brandon Mulcahy
96e3c9c230
Don't write NUL bytes in uncompressed_memcopy()
7 years ago
Jim Teeuwen
14ba83ac84
Merge pull request #103 from tsu-ku-ne/master
fix a bug that invalid convert to asset name if recursive
7 years ago
oda
94e9e44a67
fix a bug that invalid convert to asset name if recursive
7 years ago
Jim Teeuwen
281d36d28b
Merge pull request #102 from tsu-ku-ne/master
Modify test to relate to function name
7 years ago
oda
0e7bf08e91
Modify test to relate to function name
7 years ago
Jim Teeuwen
564900b991
Merge pull request #101 from tsu-ku-ne/master
Fix bug that invalid converted asset name
7 years ago
oda
c2c7562055
Fix bug that invalid converted asset name
7 years ago
Jim Teeuwen
2026467100
Merge pull request #100 from mattn/to_slash
call ToSlash() to be slash separated paths also on Windows.
7 years ago
Yasuhiro Matsumoto
bd8da9c54b
call ToSlash() to be slash separated paths also on Windows.
7 years ago
Jim Teeuwen
38ae5514e6
Merge pull request #99 from tamird/filepath-not-path
Use `filepath` everywhere instead of `path`
7 years ago
Tamir Duberstein
ff362dd1f1
Use `filepath` everywhere instead of `path`
For non-slashed paths (e.g. Windows) `path` does the wrong thing.
Sadly this is not documented, but a cursory glance at the go sources
reveals that `filepath` uses `os.PathSeparator` everywhere while
`path` uses a literal `"/"`.
7 years ago
Jim Teeuwen
91db54b040
Merge pull request #97 from ikawaha/feature/remove_unsafe_refect_from_compress_nomemcopy
Remove reflect and unsafe from header_compressed_nomemcopy
7 years ago
ikawaha
49f71bc21c
Remove reflect and unsafe from header_compressed_nomemcopy
7 years ago
Jim Teeuwen
eb723d5626
Merge pull request #96 from tsu-ku-ne/master
Fix runtime error: index out of range
7 years ago
oda
6a532a6d90
Fix runtime error: index out of range
7 years ago
Jim Teeuwen
83a44d533b
Merge pull request #93 from gelraen/files
Fix handling of individual files in subdirectories
7 years ago
Maxim Ignatenko
a4f78e909c
Fix handling of individual files in subdirectories
7 years ago
Jim Teeuwen
3ad80867de
Merge pull request #92 from tsu-ku-ne/master
Fix bug that invalid generate Go code.
7 years ago
oda
1788809334
Ignore prefix if start with `.`
7 years ago
Jim Teeuwen
b0c5bef59f
Merge pull request #91 from tamird/diff-take-2
Insert a newline
7 years ago
Tamir Duberstein
ca29b0b7f5
Insert a newline
7 years ago
Jim Teeuwen
69db088dee
Merge pull request #90 from tamird/generated-by
Insert "generated by" comments
7 years ago
Tamir Duberstein
36d53ead3a
Insert "generated by" comments
This allows Github to suppress diffs in generated files.
7 years ago
Tamir Duberstein
e01811006d
Style
7 years ago
Jim Teeuwen
eb01a153be
Merge pull request #86 from tamird/golint
Golint
7 years ago
Tamir Duberstein
dfcf23b04e
camelCase instead of snake_case
7 years ago
Tamir Duberstein
4fc85e2b3c
Better Makefiles
7 years ago
Tamir Duberstein
dada32c78b
Early return
7 years ago
Tamir Duberstein
6b468a429a
bintree
7 years ago
Tamir Duberstein
ba26659a34
bindataFileInfo
7 years ago
Tamir Duberstein
4f258b3140
Comment style
7 years ago
Tamir Duberstein
ffff253524
bindataRead
7 years ago
Tamir Duberstein
4d36d97d1d
golint
7 years ago
Jim Teeuwen
d0a5f1749d
Merge pull request #85 from tamird/go-nyet
Incorporate go-nyet
7 years ago
Tamir Duberstein
fff92e7dec
Incorporate go-nyet
7 years ago
Jim Teeuwen
a15f234cb1
Merge pull request #84 from tamird/errcheck
Emit `errcheck`-passing code
7 years ago
Tamir Duberstein
c3e4c77465
Emit `errcheck`-passing code
7 years ago
Tamir Duberstein
476077970b
Regenerate testdata
7 years ago
Jim Teeuwen
76a6418a0a
Merge pull request #82 from abates/feature/FollowSymlinks
Implementation for following symlinks
7 years ago
Andrew Bates
465fc29db9
Implementation for following symlinks
This is an implementation where findFiles will follow symlinks and keep
track of paths already followed. No paths will be evaluated more than
once, therefore preventing recursive link evaluation.
Commit includes test cases and test data
7 years ago
Jim Teeuwen
f449dcd26c
Merge pull request #81 from liggitt/ascii
Always encode binary data to ascii-escaped strings
7 years ago