Skip to content

Commit

Permalink
Update cmd/statik/main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikusa authored Feb 21, 2024
1 parent b05a3ae commit b7e510f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cmd/statik/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ import (
// This can be useful to see what has changed between two versions.
//
// For example:
// 1. `git co <branch>`
// 2. `go run cmd/statik/main.go > old.txt`
// 3. `git co <other-branch>`
// 4. `go run cmd/statik/main.go > new.txt`
// 5. `diff -u old.txt new.txt`
// 1. `git co <branch>`
// 2. `go run cmd/statik/main.go > old.txt`
// 3. `git co <other-branch>`
// 4. `go run cmd/statik/main.go > new.txt`
// 5. `diff -u old.txt new.txt`
func main() {
fmt.Println("Contents of statik files")
fmt.Println()
Expand Down

0 comments on commit b7e510f

Please sign in to comment.