structural/proxy: implement structural proxy pattern (#27)

* Update gitignore added JetBrains, LiteIDE and other exclude files

* Added example of proxy realisation

* Update proxy description with simple example

* Update showcase with description, small refactore of code

* Update proxy doc

* Added comments in example proxy also added link to go play sandbox

* Small improvement of proxy example

* Update link for play golang

* Corrected mistakes, splited user validation in proxy

* Updated link to play golang and some mistakes
This commit is contained in:
Artjoms Nemiro
2017-07-19 13:41:46 +03:00
committed by Tamer Tas
parent 67efe3e622
commit f978e42036
4 changed files with 185 additions and 3 deletions

14
.gitignore vendored
View File

@@ -19,6 +19,16 @@ _cgo_export.*
_testmain.go
*.exe
*.test
*.prof
# Test binary, build with `go test -c`
*.test
# Binaries for programs and plugins
*.exe
*.dll
*.dylib
# JetBrains project files
.idea/
# Output of the go coverage tool, specifically when used with LiteIDE
*.out