blank.so causes resources/ to not fail
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
2709aa8d12
commit
62feeab08e
|
@ -1,5 +1,3 @@
|
|||
// This window, when it's hidden, still exists to the application
|
||||
// so it can be treated as if it really exists
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// This gets the values for the debian/control file
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
1
main.go
1
main.go
|
@ -1,4 +1,3 @@
|
|||
// make debian packages for go applications
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// This window, when it's hidden, still exists to the application
|
||||
// so it can be treated as if it really exists
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue