diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-12 21:55:45 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-12 21:55:45 -0400 |
| commit | 34ce16d586c363332af0c23a5dee102e51b8f656 (patch) | |
| tree | 28479365a78c66c5ef41ce886eee84fcb3279bb4 /unmigrated | |
| parent | 17688190bb1cf95d899141ff527983c182272563 (diff) | |
Separated file creation dates from the package comment.
Diffstat (limited to 'unmigrated')
| -rw-r--r-- | unmigrated/cursors_windows.go | 1 | ||||
| -rw-r--r-- | unmigrated/icons_windows.go | 1 | ||||
| -rw-r--r-- | unmigrated/main_windows.go | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/unmigrated/cursors_windows.go b/unmigrated/cursors_windows.go index 3a45391..a275ebe 100644 --- a/unmigrated/cursors_windows.go +++ b/unmigrated/cursors_windows.go @@ -1,4 +1,5 @@ // 8 february 2014 + package ui import ( diff --git a/unmigrated/icons_windows.go b/unmigrated/icons_windows.go index f45291a..85ccad1 100644 --- a/unmigrated/icons_windows.go +++ b/unmigrated/icons_windows.go @@ -1,4 +1,5 @@ // 8 february 2014 + package ui import ( diff --git a/unmigrated/main_windows.go b/unmigrated/main_windows.go index afe6d3c..1167b07 100644 --- a/unmigrated/main_windows.go +++ b/unmigrated/main_windows.go @@ -1,6 +1,7 @@ // +build ignore // 7 february 2014 + package ui import ( |
