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-20 12:40:02 +00:00
parent 3327ca06df
commit b2d98dc1f7
3 changed files with 8 additions and 2 deletions

4
.gitignore vendored
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
prog/externalui/doc.go Normal file
View File

@@ -0,0 +1,3 @@
package externalui
// This directory holds files generated by the 'esc' tool.

3
prog/staticui/doc.go Normal file
View File

@@ -0,0 +1,3 @@
package staticui
// This directory holds files generated by the 'esc' tool.