File: common.go

package info (click to toggle)
golang-github-olebedev-when 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 488 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 110 bytes parent folder | download
1
2
3
4
5
6
7
package common

import "github.com/olebedev/when/rules"

var All = []rules.Rule{
	SlashDMY(rules.Override),
}