This website requires JavaScript.
Explore
Help
Register
Sign In
apps
/
fastpastebin
Watch
2
Star
0
Fork
0
You've already forked fastpastebin
Code
Issues
6
Pull Requests
Packages
Projects
1
Releases
4
Wiki
Activity
242fb3d361
fastpastebin
/
context
/
exported.go
7 lines
88 B
Go
Raw
Normal View
History
Unescape
Escape
Initial commit.
2018-04-30 18:42:17 +05:00
package
context
DDD (Domain Design) partially implemented, added comments everywhere.
2018-04-30 22:31:48 +05:00
// New creates new context.
Initial commit.
2018-04-30 18:42:17 +05:00
func
New
(
)
*
Context
{
return
&
Context
{
}
}
Reference in New Issue
Copy Permalink