The Wayback Machine - https://web.archive.org/web/20200906175918/https://github.com/aofiee/Omise-Go-Example/
Skip to content
master
Go to file
Code

Latest commit

Khomkrid Lerdprasert
Khomkrid Lerdprasert ok
ok
76591fa

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
ok
Mar 5, 2018
ok
Feb 20, 2018
Feb 14, 2018
Feb 16, 2018
Feb 19, 2018
Mar 5, 2018
Feb 17, 2018
Feb 19, 2018
Feb 17, 2018
ok
Feb 19, 2018
Feb 19, 2018

README.md

ทดสอบ Go-Lang กับ API ของ Omise

Welcome to Revel

A high-productivity web framework for the Go language.

Reproducible Installations

Install the dependencies and revisions listed in the lock file into the vendor directory. If no lock file exists an update is run.

$ glide install

or

docker run --rm -it -v $(pwd):/go/src/omise-go -w /go/src/omise-go instrumentisto/glide install

Start the web server:

docker-compose build
docker-compose up -d

Go to http://localhost:9000/ and you'll see:

Username Password
admin password

alt text

Code Layout

The directory structure of a generated Revel application:

conf/             Configuration directory
    app.conf      Main app configuration file
    routes        Routes definition file

app/              App sources
    init.go       Interceptor registration
    controllers/  App controllers go here
    views/        Templates directory
    models/       Type Struct

messages/         Message files

public/           Public static assets
    css/          CSS files
    js/           Javascript files
    images/       Image files

tests/            Test suites

UnitTest

http://localhost:9000/@tests

About

No description or website provided.

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.