update question
This commit is contained in:
7
go-stdlib/README.md
Normal file
7
go-stdlib/README.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Instructions
|
||||
|
||||
Start the API server using the following command:
|
||||
|
||||
```sh
|
||||
go run .
|
||||
```
|
||||
@ -18,6 +18,8 @@ var accounts = map[int]int{
|
||||
2: 1000,
|
||||
}
|
||||
|
||||
var transactions = []Transfer{}
|
||||
|
||||
func main() {
|
||||
fmt.Println("Starting server on port 8080")
|
||||
http.HandleFunc("/transfer", transfer)
|
||||
|
||||
Reference in New Issue
Block a user