8 lines
148 B
Go
8 lines
148 B
Go
// gmnhg converts Hugo posts to gemini content.
|
|
//
|
|
// TODO: it is yet to actually do that.
|
|
package main
|
|
|
|
func main() {
|
|
println("in development")
|
|
}
|