Separated file creation dates from the package comment.
This commit is contained in:
parent
17688190bb
commit
34ce16d586
|
@ -1,6 +1,7 @@
|
|||
// +build !windows,!darwin,!plan9
|
||||
|
||||
// 16 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 13 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 14 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 25 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 7 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 11 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 9 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 27 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 2 march 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// +build !windows,!darwin,!plan9
|
||||
|
||||
// 7 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 7 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// TODO is there a way to simplify the above? :/
|
||||
|
||||
// 16 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// +build !windows,!darwin,!plan9
|
||||
|
||||
// 17 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
1
init.go
1
init.go
|
@ -1,4 +1,5 @@
|
|||
// 11 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
// Go sets up the UI environment and runs main in a goroutine.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 8 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 14 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 14 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 2 march 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// +build !windows,!darwin,!plan9
|
||||
|
||||
// 17 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 10 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 28 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 1 march 2014
|
||||
|
||||
package ui
|
||||
|
||||
// #cgo LDFLAGS: -lobjc -framework Foundation -framework AppKit
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// +build !windows,!darwin,!plan9
|
||||
|
||||
// 23 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 24 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 25 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 10 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 8 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 11 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 1 march 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// +build !windows,!darwin,!plan9
|
||||
|
||||
// 16 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 11 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 28 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// +build !windows,!darwin,!plan9
|
||||
|
||||
// 16 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 11 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 8 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 8 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// +build ignore
|
||||
|
||||
// 7 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 8 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue