Skip to content

Commit

Permalink
Merge pull request #526 from brotherlogic/doink
Browse files Browse the repository at this point in the history
doink
  • Loading branch information
brotherlogic committed Aug 17, 2020
2 parents ee20c3d + 62ca87a commit c160f25
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dlog.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package goserver

import "fmt"

func (s *GoServer) prepDLog() {
s.Log(fmt.Sprintf("Prepping for Disk Logging"))
}

0 comments on commit c160f25

Please sign in to comment.