const BREAK … const CASE … const CHAN … const CONST … const CONTINUE … const DEFAULT … const DEFER … const ELSE … const FALLTHROUGH … const FOR … const FUNC … const GO … const GOTO … const IF … const IMPORT … const INTERFACE … const MAP … const PACKAGE … const RANGE … const RETURN … const SELECT … const STRUCT … const SWITCH … const TYPE … const VAR … // addKeywordCompletions offers keyword candidates appropriate at the position. func (c *completer) addKeywordCompletions() { … } // addKeywordItems dedupes and adds completion items for the specified // keywords with the specified score. func (c *completer) addKeywordItems(seen map[string]bool, score float64, kws ...string) { … }