mirror of https://github.com/perkeep/perkeep.git
9 lines
51 B
Go
9 lines
51 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
_ "fmt"
|
||
|
)
|
||
|
|
||
|
func main() {
|
||
|
}
|