Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Testing build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Camp committed Sep 26, 2020
1 parent c9b1469 commit f90f4ba
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
package main

import (
"github.com/civicactions/gossptk/internal/pkg/fenfmt"
)
import "fmt"

func main() {
// renderall.RenderAll()
// mkfam.MakeFamilies()
fenfmt.DeFen()
// fenfmt.DeFen()
fmt.Println("SSP Toolkit")
}

0 comments on commit f90f4ba

Please sign in to comment.