update API

This commit is contained in:
Chakib Ben Ziane 2018-05-27 18:09:53 +02:00
parent 35b40133dc
commit 397f05650b
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,8 @@
// All constants and common API for browsers should be implemented here.
//
// For *browser specific* implementation create a new file for that browser.
// You must then implement a New<BrowserType>() IBrowser function. Then
//
// You must then implement a `New[BrowserType]()` IBrowser function and
// implement parsing.
package main

View File

@ -1,6 +1,6 @@
// ### API Usage:
// - Init Mode (debug, release) and Logging
// - Create a Browser object for each browser using New<BrowserType>()
// - Create a Browser object for each browser using `New[BrowserType]()`
// - Call `Load()` and `Watch()` on every browser
// - Run the gin server
package main