8 lines
81 B
Go
8 lines
81 B
Go
package main
|
|
|
|
import "log"
|
|
|
|
func install() {
|
|
log.Fatal("not yet implemented")
|
|
}
|