Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 730 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 730 Bytes

Running

Make sure you have Golang

create floder go/src at c:/Users/%USER_NAME%/
cd c:/Users/%USER_NAME%/go/src
git clone [email protected]:innocnx/word_suggestion.git
cd word_suggestion
go run main.go

Build for Linux

Git bash

GOOS=linux GOARCH=amd64 go build

Endpoints

Resource components

Resource components list

method resource request body (json only) description
POST /suggestion {"word": "Some word"} Return suggestion word