Changeset 362 in code for trunk/downstream.go


Ignore:
Timestamp:
Jul 22, 2020, 10:16:01 AM (5 years ago)
Author:
contact
Message:

go fmt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r360 r362  
    16671667                                remaining -= len(buf)
    16681668                                year, month, day := timestamp.Date()
    1669                                 timestamp = time.Date(year, month, day + 1, 0, 0, 0, 0, timestamp.Location())
     1669                                timestamp = time.Date(year, month, day+1, 0, 0, 0, 0, timestamp.Location())
    16701670                        }
    16711671
Note: See TracChangeset for help on using the changeset viewer.