Getting basics down
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
package darkstorm
|
||||
|
||||
type App interface{}
|
||||
type App interface {
|
||||
//TODO
|
||||
}
|
||||
|
||||
type CrashApp interface {
|
||||
App
|
||||
AddCrash(CrashReport)
|
||||
// TODO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user