grafov / m3u8

Parser and generator of M3U8-playlists for Apple HLS. Library for Go language. :cinema:
http://tools.ietf.org/html/draft-pantos-http-live-streaming
BSD 3-Clause "New" or "Revised" License
1.23k stars 315 forks source link

Use path.Join in example #73

Closed yyoshiki41 closed 8 years ago

yyoshiki41 commented 8 years ago

Use path.Join to create a file path. we can avoid these common errors.

Thanks!


This change is Reviewable

bradleyfalzon commented 8 years ago

Minor comment left.

@grafov any thoughts on why the build's failing for this?

bradleyfalzon commented 8 years ago

Thanks @yyoshiki41

@grafov this change didn't break the build, so merged, but not sure what's going on with CI.