This website requires JavaScript.
Explore
Help
Sign in
HS-Esslingen
/
swb6-it-sec
Archived
Watch
1
Star
0
Fork
You've already forked swb6-it-sec
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
This repository has been archived on
2024-10-30
. You can view files and clone it, but cannot push or open issues or pull requests.
d52df940fd
swb6-it-sec
/
Lab01
/
app
/
main.go
9 lines
97 B
Go
Raw
Normal View
History
Unescape
Escape
initial go backend
2022-03-30 12:39:04 +02:00
package
main
basic navigation and basic forms
2022-03-30 14:54:01 +02:00
import
"app/webpage"
initial go backend
2022-03-30 12:39:04 +02:00
func
main
(
)
{
basic navigation and basic forms
2022-03-30 14:54:01 +02:00
backend
:=
webpage
.
Webpage
{
}
initial go backend
2022-03-30 12:39:04 +02:00
backend
.
Run
(
)
}
Reference in a new issue
Copy permalink