Add doc files so 'go clean' can run

If the directories are empty then go modules tries to download them.
This commit is contained in:
Bryan Boreham
2020-03-23 15:04:50 +00:00
parent 3327ca06df
commit b2d98dc1f7
3 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -60,8 +60,8 @@ app/static.go
vendor/github.com/ugorji/go/codec/codecgen/bin/*
*.codecgen.go
client/build-external/*
prog/staticui/*
prog/externalui/*
prog/staticui/staticui.go
prog/externalui/externalui.go
client/build-pkg
client/bundle
+3
View File
@@ -0,0 +1,3 @@
package externalui
// This directory holds files generated by the 'esc' tool.
+3
View File
@@ -0,0 +1,3 @@
package staticui
// This directory holds files generated by the 'esc' tool.