3d0c / gmf

Go Media Framework
MIT License
885 stars 170 forks source link

Update format_go112.go #105

Closed PrudhviRajKR closed 5 years ago

PrudhviRajKR commented 5 years ago

Changes to avoid fmt.Printf in console,this would not be recommended for usage instead we can use logger.And also to return float64 value for duration rather than int because in case of having duration as int will return original value 3.99 sec as 3 sec which is not valid

PrudhviRajKR commented 5 years ago

Please merge the above changes with base branch

3d0c commented 5 years ago

Thanks.