Skip to content

Commit 54e9c4a

Browse files
committed
Move util to private
1 parent e67fcb2 commit 54e9c4a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
!LICENSE
99
!/src
1010
!/src/*.nim
11+
!/src/private
12+
!/src/private/*.nim
1113
!/test
1214
!/test/*.nim

src/docopt.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
import re, sequtils, strutils, macros, os, tables
7-
import docopt_util
7+
import private/util
88

99

1010
type ValueKind* = enum
File renamed without changes.

0 commit comments

Comments
 (0)