author homepage
This commit is contained in:
parent
ce5a20c21c
commit
e1c14af9b7
4 changed files with 61 additions and 5 deletions
5
dev.sh
Executable file
5
dev.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
go run main.go -cert=./keys/cert.crt.pem -key=./keys/localhost_key.pem -host=localhost:8080
|
||||
Loading…
Add table
Add a link
Reference in a new issue