Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Remove Unused Variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Apr 25, 2020
1 parent 790ed01 commit 054260d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cmd/docsGen.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ import (
"github.com/spf13/cobra"
)

const fmTemplate = `---
date: %s
title: "%s"
slug: %s
url: %s
---
`

// docsGenCmd represents the docsGen command
var docsGenCmd = &cobra.Command{
Use: "docsGen",
Expand Down

0 comments on commit 054260d

Please sign in to comment.