Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
调整目录结构
Browse files Browse the repository at this point in the history
  • Loading branch information
hb-chen committed Jun 9, 2017
1 parent abf61c9 commit 1d78c64
Show file tree
Hide file tree
Showing 9 changed files with 89 additions and 322 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Hobo86
Copyright (c) 2016 Hobo Chen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions server.go → echo.go
@@ -1,10 +1,10 @@
package main

import (
"echo-web/echo"
"echo-web/router"
)

func main() {
// 子域名部署
echo.RunSubdomains()
router.RunSubdomains()
}
173 changes: 0 additions & 173 deletions echo/echo.go

This file was deleted.

107 changes: 0 additions & 107 deletions glide.lock.bak

This file was deleted.

37 changes: 0 additions & 37 deletions glide.yaml.bak

This file was deleted.

File renamed without changes.

0 comments on commit 1d78c64

Please sign in to comment.